mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-03-04 02:14:40 +01:00
Bump the default timeout up
This commit is contained in:
parent
ebe79c5df1
commit
ac395b03fc
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ argp.add_argument("-w", "--whitelist", default="domains-whitelist.txt",
|
|||
help="file containing a set of names to exclude from the blacklist")
|
||||
argp.add_argument("-i", "--ignore-retrieval-failure", action='store_true',
|
||||
help="generate list even if some urls couldn't be retrieved")
|
||||
argp.add_argument("-t", "--timeout", default=10,
|
||||
argp.add_argument("-t", "--timeout", default=30,
|
||||
help="URL open timeout")
|
||||
args = argp.parse_args()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue