Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ease KeepAliveTimeout in line with keystoneauth1.session.Session #694

Merged
merged 1 commit into from
Apr 5, 2022

Commits on Apr 5, 2022

  1. Ease KeepAliveTimeout in line with keystoneauth1.session.Session

    Apache2's default value for KeepAliveTimeout is 5 seconds, which is okay
    for general web-page serving use cases. However, sessions and connection
    pools created by keystoneauth1.session.Session can be terminated
    unnecessarily during multiple API calls in a session due to the short
    KeepAliveTimeout.
    
    Let's ease KeepAliveTimeout to 75 seconds, which is fairly standard for
    API services behind a reverse proxy since it's the default value of
    nginx.
    
    Closes-Bug: #1947010
    (cherry picked from commit 9a5bf40)
    nobuto-m committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    4e15c80 View commit details
    Browse the repository at this point in the history