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 has been archived by the owner on Jun 29, 2021. It is now read-only.
Currently the polling driver queries the database at two times:
When a change is made in-process that might affect the results
Every poll interval
I want to be able to use 2 and not 1. My data changes frequently enough that I don't want to push every change to every client, and I'm willing to tolerate stale data, but AIUI setting the polling throttle to a large value can make methods slow since they wait to return until all subscriptions are updated.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently the polling driver queries the database at two times:
I want to be able to use 2 and not 1. My data changes frequently enough that I don't want to push every change to every client, and I'm willing to tolerate stale data, but AIUI setting the polling throttle to a large value can make methods slow since they wait to return until all subscriptions are updated.
The text was updated successfully, but these errors were encountered: