HHH-9039 Typo
This commit is contained in:
parent
9cf6f6dfaa
commit
0d4b9690f2
|
@ -465,7 +465,7 @@ hibernate.jdbc.use_streams_for_binary true
|
|||
### 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
|
||||
|
||||
|
|
|
@ -424,7 +424,7 @@ hibernate.jdbc.use_streams_for_binary true
|
|||
### 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
|
||||
|
||||
|
|
Loading…
Reference in New Issue