[UPDATE] - Reduced the max. query waiting time from 1500 to 1000 ms.
This commit is contained in:
parent
443600e3e8
commit
133469174d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue