正在显示
1 个修改的文件
包含
5 行增加
和
0 行删除
| @@ -6,6 +6,11 @@ server: | @@ -6,6 +6,11 @@ server: | ||
| 6 | port: 8066 | 6 | port: 8066 |
| 7 | servlet: | 7 | servlet: |
| 8 | context-path: ${SERVER_CONTEXTPATH:} | 8 | context-path: ${SERVER_CONTEXTPATH:} |
| 9 | + tomcat: | ||
| 10 | + connection-timeout: 20000 # 20秒 | ||
| 11 | + max-threads: 200 | ||
| 12 | + accept-count: 100 | ||
| 13 | + max-connections: 8192 | ||
| 9 | spring: | 14 | spring: |
| 10 | devtools: | 15 | devtools: |
| 11 | add-properties: false | 16 | add-properties: false |
-
请 注册 或 登录 后发表评论