Shorten cold scan terminal timeout

This commit is contained in:
2569718930@qq.com
2026-05-31 22:54:43 +08:00
parent eecaa48ec2
commit 39c7c1903c
3 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ SCAN_TERMINAL_PAYLOAD_TTL_SEC = min(
)
SCAN_TERMINAL_BUILD_TIMEOUT_SEC = _env_int(
"POLYWEATHER_SCAN_TERMINAL_BUILD_TIMEOUT_SEC",
30,
10,
min_value=8,
max_value=30,
)