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

pin: don't walk all pinned blocks when removing a non-existent pin #6311

Merged
merged 1 commit into from
May 9, 2019

Commits on May 9, 2019

  1. pin: don't walk all pinned blocks when removing a non-existent pin

    We do this _just_ to make the error nicer but it's really slow. Additionally, we
    do it while holding the pin lock, blocking all other pin operations.
    
    fixes #6295
    
    License: MIT
    Signed-off-by: Steven Allen <steven@stebalien.com>
    Stebalien committed May 9, 2019
    Configuration menu
    Copy the full SHA
    f0addb4 View commit details
    Browse the repository at this point in the history