mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
typo
This commit is contained in:
+1
-1
@@ -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秒
|
||||
|
||||
Reference in New Issue
Block a user