From ec0f162ab7d719d7aa228b1434f107c6d1e1064e Mon Sep 17 00:00:00 2001 From: zk Date: Thu, 30 Jul 2026 11:00:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=BB=98=E8=AE=A4=E6=95=B0?= =?UTF-8?q?=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- init_offershow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: