mirror of
https://github.com/google/nomulus.git
synced 2025-07-24 11:38:35 +02:00
Change the default config for perTransactionIsolation to true (#2196)
This was already set to true in all environments except prod last week. Now that the release has gone out and we have not seen any issues, we should feel safe turning this on in production as well.
This commit is contained in:
parent
26bae65e1e
commit
59720a207d
1 changed files with 1 additions and 1 deletions
|
@ -193,7 +193,7 @@ hibernate:
|
|||
# to true, nested transactions will throw an exception. If set to false, a
|
||||
# transaction with the isolation override specified will still execute at the
|
||||
# default level (specified below).
|
||||
perTransactionIsolation: false
|
||||
perTransactionIsolation: true
|
||||
|
||||
# Make 'SERIALIZABLE' the default isolation level to ensure correctness.
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue