yuhongqi пре 2 недеља
родитељ
комит
73c7e8d39a
1 измењених фајлова са 8 додато и 1 уклоњено
  1. 8 1
      fs-live-app/src/main/resources/application.yml

+ 8 - 1
fs-live-app/src/main/resources/application.yml

@@ -2,8 +2,15 @@
 server:
   # 服务器的HTTP端口,默认为
   port: 7114
+  tomcat:
+    max-connections: 1000000
+    max-threads: 32
+    connection-timeout: 600000
+    accept-count: 10000
+  compression:
+    enabled: true
 
 # Spring配置
 spring:
   profiles:
-    active: dev-test
+    active: druid-bjzm-test