guoqiang před 5 měsíci
rodič
revize
9eb6d62900

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

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