HHH-9039 Typo
This commit is contained in:
parent
0b202af8f4
commit
10bec400d4
|
@ -465,7 +465,7 @@ hibernate.jdbc.use_streams_for_binary true
|
||||||
### Second-level Cache ###
|
### Second-level Cache ###
|
||||||
##########################
|
##########################
|
||||||
|
|
||||||
## optimize chache for minimal "puts" instead of minimal "gets" (good for clustered cache)
|
## optimize cache for minimal "puts" instead of minimal "gets" (good for clustered cache)
|
||||||
|
|
||||||
#hibernate.cache.use_minimal_puts true
|
#hibernate.cache.use_minimal_puts true
|
||||||
|
|
||||||
|
|
|
@ -424,7 +424,7 @@ hibernate.jdbc.use_streams_for_binary true
|
||||||
### Second-level Cache ###
|
### Second-level Cache ###
|
||||||
##########################
|
##########################
|
||||||
|
|
||||||
## optimize chache for minimal "puts" instead of minimal "gets" (good for clustered cache)
|
## optimize cache for minimal "puts" instead of minimal "gets" (good for clustered cache)
|
||||||
|
|
||||||
#hibernate.cache.use_minimal_puts true
|
#hibernate.cache.use_minimal_puts true
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue