Tune production concurrency for small VPS

This commit is contained in:
2569718930@qq.com
2026-06-13 01:59:28 +08:00
parent f115be1fd3
commit f0b1b57ae2
5 changed files with 14 additions and 14 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",
8,
2,
min_value=1,
max_value=12,
)