diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2017-09-28 16:56:25 +0200 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2017-09-28 16:56:25 +0200 |
| commit | 504598b320c689cca3d1bbf523a4dd82f69d7a61 (patch) | |
| tree | 5058464bf8b8f4068240020c639bb1de6721a029 /opendc-integration-jpa/src/main/resources | |
| parent | d6d9d37abf17071ff050e45ea37c693e659a4e98 (diff) | |
Add thread pool for experiment platform
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> |
