diff --git a/init_offershow.py b/init_offershow.py index 42c97cd..0524a65 100644 --- a/init_offershow.py +++ b/init_offershow.py @@ -18,7 +18,7 @@ from app.main import crawl from app.spider.offershow import fetch_offershow # 默认抓取条数,接口每页 20 条、翻页上限 2000 页 -DEFAULT_LIMIT = 300 +DEFAULT_LIMIT = 5000 def main() -> None: