We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d0f14d commit 1a65897Copy full SHA for 1a65897
oneforall/config.py
@@ -39,7 +39,7 @@
39
# 只使用ask和baidu搜索引擎收集子域的示例
40
# enable_partial_module = [('modules.search', 'ask')
41
# ('modules.search', 'baidu')]
42
-module_thread_timeout = 360.0 # 每个收集模块线程超时时间(默认6分钟)
+module_thread_timeout = 180.0 # 每个收集模块线程超时时间(默认3分钟)
43
44
# 爆破模块设置
45
enable_brute_module = False # 使用爆破模块(默认False)
0 commit comments