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

jackdbus: Stop recurrent wakeups when no save is pending #963

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Commits on Dec 13, 2023

  1. jackdbus: Stop recurrent wakeups when no save is pending

    Most processing happens as a result of an incoming
    DBus event. The only case when a timed processing
    is needed is due to an pending save.
    
    Instead of implementing a full event loop just run the
    timed loop while a save is pending, and use an
    infinite timeout otherwise.
    
    Fixes: jackaudio#962
    StefanBruens committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    fd1ac14 View commit details
    Browse the repository at this point in the history