mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-03-01 21:46:58 -05:00
* implement more metrics, in a more streamlined fashion * use concurrent-map to store SSE streams instead of a regular map with one big lock that will not scale when it grows, causing too much contention on that one lock * while testing error metrics, noticed a few bugs with error handling when Stalwart is down: fixed