diff options
Diffstat (limited to 'opendc-integration-jpa/src/main/resources')
| -rw-r--r-- | opendc-integration-jpa/src/main/resources/META-INF/persistence.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/opendc-integration-jpa/src/main/resources/META-INF/persistence.xml b/opendc-integration-jpa/src/main/resources/META-INF/persistence.xml index c997ab8d..f1fe4765 100644 --- a/opendc-integration-jpa/src/main/resources/META-INF/persistence.xml +++ b/opendc-integration-jpa/src/main/resources/META-INF/persistence.xml @@ -39,6 +39,7 @@ <property name="hibernate.dialect" value="org.hibernate.dialect.MySQLDialect" /> <property name="hibernate.show_sql" value="false" /> <property name="hibernate.hbm2ddl.auto" value="validate" /> + <property name="hibernate.jdbc.batch_size" value="50" /> </properties> </persistence-unit> </persistence> |
