From 1a65897d815cb5a99be7fb83defc5b837fb6684d Mon Sep 17 00:00:00 2001 From: Jing Ling Date: Mon, 27 Apr 2020 01:56:27 +0800 Subject: [PATCH] =?UTF-8?q?=E9=BB=98=E8=AE=A4=E6=94=B6=E9=9B=86=E7=BA=BF?= =?UTF-8?q?=E7=A8=8B=E8=B6=85=E6=97=B6=E4=B8=BA3=E5=88=86=E9=92=9F?= 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 c744289c..ba54d73d 100644 --- a/oneforall/config.py +++ b/oneforall/config.py @@ -39,7 +39,7 @@ # 只使用ask和baidu搜索引擎收集子域的示例 # enable_partial_module = [('modules.search', 'ask') # ('modules.search', 'baidu')] -module_thread_timeout = 360.0 # 每个收集模块线程超时时间(默认6分钟) +module_thread_timeout = 180.0 # 每个收集模块线程超时时间(默认3分钟) # 爆破模块设置 enable_brute_module = False # 使用爆破模块(默认False)