Skip to content

Allow configuration of Redis tcp-backlog parameter

Stan Hu requested to merge sh-redis-configure-tcp-backlog into master

In busy servers, there may be many backlogged TCP connections (i.e. clients that have sent a SYN but have not received a SYN-ACK). This configuration setting allows the setting to be increased to prevent connection failures.

Relates to https://gitlab.com/gitlab-com/production/issues/431

Merge request reports