mirror of
https://github.com/corda/corda.git
synced 2025-06-17 22:58:19 +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
|
val jdbcValue: Int = java.sql.Connection::class.java.getField(jdbcString).get(null) as Int
|
||||||
|
|
||||||
companion object{
|
companion object{
|
||||||
val default = REPEATABLE_READ
|
val default = READ_COMMITTED
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user