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