From 53106bc17e311a0afe282339971d773e76736bb4 Mon Sep 17 00:00:00 2001 From: Jing Ling Date: Tue, 3 Mar 2020 22:31:08 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E8=AF=B7=E6=B1=82=E8=B6=85?= =?UTF-8?q?=E6=97=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- oneforall/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oneforall/config.py b/oneforall/config.py index d54ae06..24f0f21 100644 --- a/oneforall/config.py +++ b/oneforall/config.py @@ -73,7 +73,7 @@ proxy_pool = [{'http': 'http://127.0.0.1:1080', # 网络请求设置 enable_fake_header = True # 启用伪造请求头 request_delay = 1 # 请求时延 -request_timeout = 30 # 请求超时 +request_timeout = 60 # 请求超时 request_verify = False # 请求SSL验证 # 禁用安全警告信息 urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning)