perf: 限制商品页补采最多滑动3次 (#163)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user