Browse Source

added jdbc batch size in mq computation

Jejomar Dimayuga 8 years ago
parent
commit
5766b6cd1a
1 changed files with 4 additions and 0 deletions
  1. 4 0
      crss-mq-computation/crss-mq-computation-azure.yml

+ 4 - 0
crss-mq-computation/crss-mq-computation-azure.yml

@@ -20,6 +20,10 @@ spring:
   jpa:
     show-sql: false
     generate-ddl: true
+    properties:
+      hibernate:
+        jdbc:
+          batch_size: 100
   profiles:
     include: mesos
   cloud: