Reduce detail concurrency for two-core VPS

This commit is contained in:
2569718930@qq.com
2026-06-13 02:11:34 +08:00
parent f0b1b57ae2
commit be1d93fc09
5 changed files with 9 additions and 9 deletions
+1 -1
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",
2,
1,
min_value=1,
max_value=12,
)