mirror of
https://github.com/corda/corda.git
synced 2025-06-14 13:18:18 +00:00
Change default tx isolation level to match docs and values used in perf cluster.
This commit is contained in:
@ -57,7 +57,7 @@ enum class TransactionIsolationLevel {
|
||||
val jdbcValue: Int = java.sql.Connection::class.java.getField(jdbcString).get(null) as Int
|
||||
|
||||
companion object{
|
||||
val default = REPEATABLE_READ
|
||||
val default = READ_COMMITTED
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user