Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
RuoYi Vue
Commits
2c3f1c28
Commit
2c3f1c28
authored
Dec 02, 2021
by
RuoYi
Browse files
tomcat update
parent
6bfae265
Changes
1
Hide whitespace changes
Inline
Side-by-side
ruoyi-admin/src/main/resources/application.yml
View file @
2c3f1c28
...
...
@@ -25,10 +25,13 @@ server:
tomcat
:
# tomcat的URI编码
uri-encoding
:
UTF-8
# tomcat最大线程数,默认为200
max-threads
:
800
# Tomcat启动初始化的线程数,默认值25
min-spare-threads
:
30
# 连接数满后的排队数,默认为100
accept-count
:
1000
threads
:
# tomcat最大线程数,默认为200
max
:
800
# Tomcat启动初始化的线程数,默认值10
min-spare
:
100
# 日志配置
logging
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment