yuhongqi 1 неделя назад
Родитель
Сommit
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