sample.config: moved server-drain-ms to a more suitable section of the file

Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
This commit is contained in:
Nikos Mavrogiannopoulos
2020-09-29 21:37:26 +02:00
parent 5879a6b6dd
commit 58c08279bd

View File

@@ -258,6 +258,10 @@ switch-to-tcp-timeout = 25
# MTU discovery (DPD must be enabled)
try-mtu-discovery = false
# To enable load-balancer connection draining, set server-drain-ms to a value
# higher than your load-balancer health probe interval.
#server-drain-ms = 15000
# If you have a certificate from a CA that provides an OCSP
# service you may provide a fresh OCSP status response within
# the TLS handshake. That will prevent the client from connecting
@@ -723,8 +727,3 @@ ipv4-network = 192.168.2.0
ipv4-netmask = 255.255.255.0
cert-user-oid = 0.9.2342.19200300.100.1.1
# To enable load-balancer connection draining, set server-drain-ms to a value
# higher than your load-balancer health probe interval.
# server-drain-ms = 15000