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:
sarahcaseybot 2023-10-26 17:16:02 -04:00 committed by GitHub
parent 26bae65e1e
commit 59720a207d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.
#