修改默认数量
This commit is contained in:
+1
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user