puppet: Clarify 20m keepalive time from the LB is a max; it can be less.

This commit is contained in:
Alex Vandiver
2021-05-17 14:56:50 -07:00
parent eee8ff40b4
commit a2b7a5ef4b

View File

@@ -7,8 +7,8 @@
# deciding to shut down the connection, and the load-balancer sending
# a request, resulting in a 502 from the loadbalancer.
#
# The timeouts on the loadbalancer are assumed to be 20min (1200s);
# these timeouts are hence for 21min.
# The timeouts on the loadbalancer are assumed to be 20min (1200s) or
# less; these timeouts are hence for 21min.
keepalive_timeout 1260;
client_header_timeout 1260;