Skip to content

Tweak max conn age

Mikhail Mazurskiy requested to merge ash2k/tweak-max-conn-age into master
  • Bump max connection age grace to 65%.
  • Bump all max connection age params to 2h. Private API server's params should be the same as agent API server's. API server (for GitLab calls) doesn't have to be 2h as it doesn't handle any long-running requests, but there is no harm in allowing those connections to stay open for longer. Given the 65% grace time, TCP connections will stay open up to 24minutes if unused.

Relates to #349 (closed).

Edited by Mikhail Mazurskiy

Merge request reports