mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-02-11 14:39:09 -06: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