Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
S
sts网站
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
liyang
sts网站
Commits
2c3f1c28
Commit
2c3f1c28
authored
Dec 02, 2021
by
RuoYi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tomcat update
parent
6bfae265
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
4 deletions
+7
-4
application.yml
ruoyi-admin/src/main/resources/application.yml
+7
-4
No files found.
ruoyi-admin/src/main/resources/application.yml
View file @
2c3f1c28
...
@@ -25,10 +25,13 @@ server:
...
@@ -25,10 +25,13 @@ server:
tomcat
:
tomcat
:
# tomcat的URI编码
# tomcat的URI编码
uri-encoding
:
UTF-8
uri-encoding
:
UTF-8
# tomcat最大线程数,默认为200
# 连接数满后的排队数,默认为100
max-threads
:
800
accept-count
:
1000
# Tomcat启动初始化的线程数,默认值25
threads
:
min-spare-threads
:
30
# tomcat最大线程数,默认为200
max
:
800
# Tomcat启动初始化的线程数,默认值10
min-spare
:
100
# 日志配置
# 日志配置
logging
:
logging
:
...
...
Write
Preview
Markdown
is supported
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