We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 863b446 commit d7d6293Copy full SHA for d7d6293
grails-resources/src/grails/grails-app/conf/DataSource.groovy
@@ -47,7 +47,7 @@ environments {
47
testOnBorrow = true
48
testWhileIdle = true
49
testOnReturn = false
50
- jdbcInterceptors = "ConnectionState;StatementCache(max=200)"
+ jdbcInterceptors = "ConnectionState"
51
defaultTransactionIsolation = java.sql.Connection.TRANSACTION_READ_COMMITTED
52
}
53
0 commit comments