소스 검색

update pagging processing

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) {