浏览代码

调整超时

guoqiang 5 月之前
父节点
当前提交
9eb6d62900

+ 3 - 0
zgztBus/jeecg-module-system/jeecg-system-start/src/main/resources/application-dev.yml

@@ -2,6 +2,9 @@ server:
   port: 8080
   port: 8080
   tomcat:
   tomcat:
     max-swallow-size: -1
     max-swallow-size: -1
+    connection-timeout: 60000
+    max-connections: 250
+    accept-count: 300
   error:
   error:
     include-exception: true
     include-exception: true
     include-stacktrace: ALWAYS
     include-stacktrace: ALWAYS