You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 10, 2022. It is now read-only.
Fixed #1963 - DB023 - Crazy amount of dbListenerTokens - makes the DB run slow (#1694)
- LiveQuery with `Query.setParameters(...)` calls `LiveQuery.start()`. In `start()` method, registering Database Listener every time. If already Database Listener is registered, it is not necessary to new one.
0 commit comments