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 Nov 22, 2023. It is now read-only.
We send client's "last seen" times to the RW database. We should do that async -- it shouldn't block API calls. This will help improve latency if the RW server is far away or slow.
We could batch it too, which should help with the number of transactions in the primary RW server
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.
We send client's "last seen" times to the RW database. We should do that async -- it shouldn't block API calls. This will help improve latency if the RW server is far away or slow.
We could batch it too, which should help with the number of transactions in the primary RW server
The text was updated successfully, but these errors were encountered: