mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-17 01:54:49 +00:00
unbound: reduce blocklist read timeout (#6030)
This commit is contained in:
parent
1ba8910df4
commit
98f21ed601
@ -39,7 +39,7 @@ import requests
|
||||
def uri_reader(uri):
|
||||
req_opts = {
|
||||
'url': uri,
|
||||
'timeout': 120,
|
||||
'timeout': 5,
|
||||
'stream': True
|
||||
}
|
||||
try:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user