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

Discovery: throttle node DB commits (#3581) #3656

Merged
merged 1 commit into from
Mar 10, 2022
Merged

Discovery: throttle node DB commits (#3581) #3656

merged 1 commit into from
Mar 10, 2022

Commits on Mar 10, 2022

  1. Discovery: throttle node DB commits (#3581)

    UpdateFindFails/UpdateLastPingReceived/UpdateLastPongReceived events
    are causing bursty DB commits (100 per minute).
    
    This optimization throttles the disk writes to happen at most once in a few seconds,
    because this info doesn't need to be persisted immediately.
    
    This helps on HDD drives.
    battlmonstr committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    cfe5fa4 View commit details
    Browse the repository at this point in the history