修改模块线程超时为90秒

This commit is contained in:
Jing Ling
2020-08-22 02:41:04 +08:00
parent 28917bc4f6
commit 39352ffcb7
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ enable_partial_module = [] # 启用部分收集模块 必须禁用enable_all_mo
# 只使用ask和baidu搜索引擎收集子域的示例
# enable_partial_module = [('modules.search', 'ask')
# ('modules.search', 'baidu')]
module_thread_timeout = 120.0 # 每个收集模块线程超时时间(默认2分钟)
module_thread_timeout = 90.0 # 每个收集模块线程超时时间(默认90秒)
# 爆破模块设置
brute_wildcard_check = True # 开启泛解析检测(默认True)