[UPDATE] - Reduced the max. query waiting time from 1500 to 1000 ms.

This commit is contained in:
quindecim 2020-12-03 16:24:03 -05:00
parent 443600e3e8
commit 133469174d
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ force_tcp = false
## increase this. Startup may be slower if you do so.
## Don't increase it too much. 10000 is the highest reasonable value.
timeout = 1500
timeout = 1000
## Keepalive for HTTP (HTTPS, HTTP/2) queries, in seconds