perf: 限制商品页补采最多滑动3次 (#163)

This commit is contained in:
chengma
2026-08-11 16:40:17 +08:00
parent f859b58d43
commit 7b41e1b27e
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -794,7 +794,7 @@ class PddCollectService:
page_timeout: float = 30.0,
spec_panel_timeout: float = 10.0,
overall_timeout: float = 600.0,
max_goods_page_swipes: int = 6,
max_goods_page_swipes: int = 3,
max_spec_swipes: int = 12,
max_sku_count: int = 200,
color_poll_interval: float = 0.1,