Documentation

This commit is contained in:
Frank Denis 2019-10-20 19:30:33 +02:00
parent 5c28950578
commit f565d3c7f5
1 changed files with 4 additions and 1 deletions

View File

@ -100,7 +100,10 @@ force_tcp = false
# http_proxy = 'http://127.0.0.1:8888'
## How long a DNS query will wait for a response, in milliseconds
## How long a DNS query will wait for a response, in milliseconds.
## If you have a network with *a lot* of latency, you may need to
## increase this. Startup may be slower if you do so.
## Don't increase it too much. 10000 is the highest reasonable value.
timeout = 5000