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

High CPU usage when show_age_threshold = -1 #1164

Merged
merged 1 commit into from
Apr 16, 2023

Commits on Apr 12, 2023

  1. High CPU usage when show_age_threshold = -1

    The show_age_threshold can be set to -1 to disable the feature that
    updates notifications with their age.
    
    In this scenario the queues_get_next_datachange may return -1 to
    indicate that there is no next wakeup time (e.g. when there are
    permanent / critical notifications).
    
    The code that calls queues_get_next_datachange should take this
    scenario into account and not schedule another timeout if -1 is
    returned.
    bakkeby committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    9d82a4e View commit details
    Browse the repository at this point in the history