mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-09-16 08:48:17 +08:00
update 合理调整并发数限制数量值
This commit is contained in:
parent
e3bc391887
commit
08423b73cc
@ -10,10 +10,9 @@ server:
|
||||
# HTTP post内容的最大大小。当值为-1时,默认值为大小是无限的
|
||||
max-http-form-post-size: -1
|
||||
threads:
|
||||
# 最小线程数
|
||||
min: 8
|
||||
# 最大线程数
|
||||
max: 256
|
||||
# 开启虚拟线程后,该值表示最大并发任务数,而非平台线程池大小
|
||||
# SSE 等长连接会持续占用任务槽位,请根据在线用户量和请求峰值调整
|
||||
max: 20000
|
||||
|
||||
captcha:
|
||||
# 是否启用验证码校验
|
||||
|
||||
Loading…
Reference in New Issue
Block a user