File tree Expand file tree Collapse file tree
configuration/src/main/resources
factories/src/main/java/com/linkedin/gms/factory/common Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -361,7 +361,7 @@ ebean:
361361 maxAgeMinutes : ${EBEAN_MAX_AGE_MINUTES:120}
362362 leakTimeMinutes : ${EBEAN_LEAK_TIME_MINUTES:15}
363363 waitTimeoutMillis : ${EBEAN_WAIT_TIMEOUT_MILLIS:1000}
364- autoCommit : ${EBEAN_DATASOURCE_AUTOCOMMIT:true }
364+ autoCommit : ${EBEAN_DATASOURCE_AUTOCOMMIT:false }
365365 autoCreateDdl : ${EBEAN_AUTOCREATE:false}
366366 postgresUseIamAuth : ${EBEAN_POSTGRES_USE_AWS_IAM_AUTH:false}
367367 useIamAuth : ${EBEAN_USE_IAM_AUTH:false} # Generic IAM auth for cross-cloud compatibility
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ public class LocalEbeanConfigFactory {
4545 @ Value ("${ebean.waitTimeoutMillis:1000}" )
4646 private Integer ebeanWaitTimeoutMillis ;
4747
48- @ Value ("${ebean.autoCommit:true }" )
48+ @ Value ("${ebean.autoCommit:false }" )
4949 private Boolean ebeanAutoCommit ;
5050
5151 @ Value ("${ebean.autoCreateDdl:false}" )
You can’t perform that action at this time.
0 commit comments