This commit is contained in:
Jing Ling
2020-05-27 14:51:02 +08:00
parent ef2edff0b7
commit f8ca3743ae
+1 -1
View File
@@ -144,7 +144,7 @@ aiohttp_proxy = None # proxy="http://user:pass@some.proxy.com"
allow_redirects = True # 允许请求跳转
fake_header = True # 使用伪造请求头
# 为了保证请求质量 请谨慎更改以下设置
# request_method只能是HEAD或GET,HEAD请求方法更快,但是不能获取响应体并提取从中提取
# request_method只能是HEAD或GET,HEAD请求方法更快,但是不能获取响应体并提取从中title及banner
request_method = 'GET' # 使用请求方法,默认GET
sockread_timeout = 10 # 每个请求socket读取超时时间,默认10秒
sockconn_timeout = 5 # 每个请求socket连接超时时间,默认5秒