perf: reduce high-concurrency request overhead

This commit is contained in:
Aethersailor
2026-05-08 13:33:46 +08:00
parent 75508a4dd0
commit 58fbf7445e
8 changed files with 116 additions and 31 deletions

View File

@@ -271,8 +271,8 @@ port=25500
serve_file_root=web
[advanced]
log_level=debug
print_debug_info=true
log_level=info
print_debug_info=false
max_pending_connections=10240
max_concurrent_threads=4
max_allowed_rulesets=128

View File

@@ -329,8 +329,8 @@ port = 25500
serve_file_root = "web"
[advanced]
log_level = "debug"
print_debug_info = true
log_level = "info"
print_debug_info = false
max_pending_connections = 10240
max_concurrent_threads = 4
max_allowed_rulesets = 64

View File

@@ -142,8 +142,8 @@ server:
serve_file_root: web
advanced:
log_level: debug
print_debug_info: true
log_level: info
print_debug_info: false
max_pending_connections: 10240
max_concurrent_threads: 4
max_allowed_rulesets: 64