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

presence: No autocommit+rollback if no active watchers #3183

Merged
merged 1 commit into from
Jul 12, 2022
Merged

presence: No autocommit+rollback if no active watchers #3183

merged 1 commit into from
Jul 12, 2022

Commits on Jul 11, 2022

  1. presence: No autocommit+rollback if no active watchers

    -  In case the active_watcher query returns no elements there
       is a weird situation where kamailio first runs the select for
       active_watcher then rollbacks.
       This can happen a lot of times for each second since function
       process_dialogs() runs repeatedly.
       For this reason trying to avoid the rollback can result
       in a quite good performance boost.
    Alessio Garzi committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    27e2bc5 View commit details
    Browse the repository at this point in the history