mirror of
https://github.com/corda/corda.git
synced 2025-02-21 01:42:24 +00:00
Change default tx isolation level to match docs and values used in perf cluster.
This commit is contained in:
parent
e6dfa4da39
commit
4f38f32f17
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user