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

This commit is contained in:
chengma
2026-08-11 16:10:14 +08:00
parent e96cbcaaa2
commit 47a59a2e14
2 changed files with 30 additions and 1 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 = 12,
max_goods_page_swipes: int = 6,
max_spec_swipes: int = 12,
max_sku_count: int = 200,
color_poll_interval: float = 0.1,