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

rpc: use gRPC enforced minimum keepalive timeout #39669

Commits on Aug 14, 2019

  1. rpc: use gRPC enforced minimum keepalive timeout

    Before this commit we'd experience the following annoying log message from gRPC
    every time we create a new connection telling us that our setting is being
    ignored.
    
    ```
    Adjusting keepalive ping interval to minimum period of 10s
    ```
    
    Release note: None
    ajwerner committed Aug 14, 2019
    Configuration menu
    Copy the full SHA
    b73abf6 View commit details
    Browse the repository at this point in the history