Bump keepalive up

This commit is contained in:
Frank Denis 2018-04-07 22:26:46 +02:00
parent 1fa3e5d7f3
commit dee7960be6
1 changed files with 2 additions and 2 deletions

View File

@ -81,7 +81,7 @@ timeout = 2500
## Keepalive for HTTP (HTTPS, HTTP/2) queries, in seconds ## Keepalive for HTTP (HTTPS, HTTP/2) queries, in seconds
keepalive = 5 keepalive = 10
## Load-balancing strategy: 'p2' (default), 'ph', 'fastest' or 'random' ## Load-balancing strategy: 'p2' (default), 'ph', 'fastest' or 'random'
@ -112,7 +112,7 @@ cert_refresh_delay = 240
## DoH: Disable TLS session tickets ## DoH: Disable TLS session tickets
## increases privacy but also latency - Bump keepalive up to compensate. ## increases privacy but also latency - Bump keepalive up to compensate.
tls_disable_session_tickets = false # tls_disable_session_tickets = false
## DoH: Use a specific cipher suite ## DoH: Use a specific cipher suite