dongzhaorui 3 年之前
父節點
當前提交
a973d5c5a1
共有 4 個文件被更改,包括 4 次插入4 次删除
  1. 1 1
      zgzb/kbjl.py
  2. 1 1
      zgzb/pbjs.py
  3. 1 1
      zgzb/zbgg.py
  4. 1 1
      zgzb/zhbgg.py

+ 1 - 1
zgzb/kbjl.py

@@ -5,7 +5,7 @@ def main():
     crawl_spider(
         crawl_category='开标记录',
         crawl_max_page=50,
-        max_request_times=55,
+        max_request_times=30,
         enable_proxy=True,
         headless=True,
     )

+ 1 - 1
zgzb/pbjs.py

@@ -5,7 +5,7 @@ def main():
     crawl_spider(
         crawl_category='评标公示',
         crawl_max_page=85,
-        max_request_times=50,
+        max_request_times=30,
         enable_proxy=True,
         headless=True,
     )

+ 1 - 1
zgzb/zbgg.py

@@ -5,7 +5,7 @@ def main():
     crawl_spider(
         crawl_category='招标公告',
         crawl_max_page=200,
-        max_request_times=45,
+        max_request_times=30,
         enable_proxy=True,
         headless=True,
     )

+ 1 - 1
zgzb/zhbgg.py

@@ -5,7 +5,7 @@ def main():
     crawl_spider(
         crawl_category='中标公告',
         crawl_max_page=110,
-        max_request_times=60,
+        max_request_times=30,
         enable_proxy=True,
         headless=True,
     )