shjung пре 10 месеци
родитељ
комит
fa3b91d191
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/main/java/com/ggits/etlp/server/config/ApplicationConfig.java

+ 1 - 1
src/main/java/com/ggits/etlp/server/config/ApplicationConfig.java

@@ -28,7 +28,7 @@ public class ApplicationConfig {
             if (this.dbmsWorkers == 0) this.dbmsWorkers = 1;
         }
         if (this.dbmsQueueSize <= 0) {
-            this.dbmsQueueSize = 1000;
+            this.dbmsQueueSize = 50000;
         }
 
         if (this.pageCount == 0) {