Skip to content

Commit 1a65897

Browse files
committed
默认收集线程超时为3分钟
1 parent 0d0f14d commit 1a65897

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oneforall/config.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
# 只使用ask和baidu搜索引擎收集子域的示例
4040
# enable_partial_module = [('modules.search', 'ask')
4141
# ('modules.search', 'baidu')]
42-
module_thread_timeout = 360.0 # 每个收集模块线程超时时间(默认6分钟)
42+
module_thread_timeout = 180.0 # 每个收集模块线程超时时间(默认3分钟)
4343

4444
# 爆破模块设置
4545
enable_brute_module = False # 使用爆破模块(默认False)

0 commit comments

Comments
 (0)