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

[7.0] Make thread pool thread timeouts configurable #92987

Merged
merged 1 commit into from
Oct 11, 2023

Commits on Oct 4, 2023

  1. Make thread pool thread timeouts configurable

    - Added two config options, one that configures the worker and wait thread timeouts, and another that enables keeping some number of worker threads alive after they are created
    - This enables services that take periodic traffic to keep some worker threads around for better latency, while allowing extra threads to time out as appropriate for the service
    kouvel committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    f0f7ae3 View commit details
    Browse the repository at this point in the history