mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-04-04 13:47:39 +03: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")
|
help="file containing a set of names to exclude from the blacklist")
|
||||||
argp.add_argument("-i", "--ignore-retrieval-failure", action='store_true',
|
argp.add_argument("-i", "--ignore-retrieval-failure", action='store_true',
|
||||||
help="generate list even if some urls couldn't be retrieved")
|
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")
|
help="URL open timeout")
|
||||||
args = argp.parse_args()
|
args = argp.parse_args()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue