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 Oct 18, 2023. It is now read-only.
lib: modify storage monitor to return more up-to-date information (#380)
Instead of checking the file size, it now locally queries
the dbstat table and aggregates the result.
A new connection is established on each iteration on purpose:
it's not a heavy operation, and at the same time it makes the fiber
resilient to any issues with connections that broke.
The update is also performed once per minute now, instead of previous
15 minutes.
0 commit comments