diff --git a/doc/sample.config b/doc/sample.config index dfc11037..ad37893a 100644 --- a/doc/sample.config +++ b/doc/sample.config @@ -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 -