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 May 25, 2021. It is now read-only.
Because loading the most recent ten commit messages seems to be causing a lot of lag for clients, have the server maintain a queue of the 10 most recent commit messages and publish that to the clients.
Because loading the most recent ten commit messages seems to be causing a lot of lag for clients, have the server maintain a queue of the 10 most recent commit messages and publish that to the clients.
Create a capped collection for this:
https://docs.mongodb.org/manual/core/capped-collections/
The text was updated successfully, but these errors were encountered: