Reduce scan startup pressure

This commit is contained in:
2569718930@qq.com
2026-06-09 23:26:53 +08:00
parent 2cd2125d62
commit 24c4c2ebf6
3 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -43,7 +43,7 @@ SCAN_TERMINAL_PREWARM_PAYLOAD_TIMEOUT_SEC = _env_int(
)
SCAN_TERMINAL_MAX_WORKERS = _env_int(
"POLYWEATHER_SCAN_TERMINAL_MAX_WORKERS",
18,
8,
min_value=1,
max_value=24,
max_value=12,
)