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

core: change rawConfig to be atomic.Value #8755

Merged
merged 1 commit into from Apr 16, 2020
Merged

core: change rawConfig to be atomic.Value #8755

merged 1 commit into from Apr 16, 2020

Commits on Apr 16, 2020

  1. core: change rawConfig to be atomic.Value

    This avoids SetConfig from having to grab a write lock which is called on a SIGHUP, and may block, along with a long-running requests that has a read lock held, any other operation that requires a state lock.
    calvn committed Apr 16, 2020
    Copy the full SHA
    d2c3911 View commit details
    Browse the repository at this point in the history