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