update 合理调整并发数限制数量值

This commit is contained in:
疯狂的狮子Li 2026-09-15 14:57:33 +08:00
parent e3bc391887
commit 08423b73cc

View File

@ -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:
# 是否启用验证码校验 # 是否启用验证码校验