You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
upstream: new 'net.keepalive_max_recycle' option to destroy keepalive…
… connections after configured uses (fluent#2704)
Allow users to configure the max number of uses of a connection before it gets
thrown away. In cases where fluentbit is used with an upstream behind a
load-balancer, we can get better distribution amongst upstreams by tuning this
value.
Signed-off-by: William Orr <will@worrbase.com>