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

Move get-aliases handling onto management thread #74053

Commits on Jun 14, 2021

  1. Move get-aliases handling onto management thread

    Today we handle get-aliases requests on a transport thread, but if there
    are ludicrous numbers of aliases then this can take substantial time.
    There's no need to avoid a context switch for this API, it's not
    performance-critical, so this commit moves the work onto a management
    thread instead.
    DaveCTurner committed Jun 14, 2021
    Copy the full SHA
    e8a5faa View commit details
    Browse the repository at this point in the history