mirror of
https://github.com/discourse/discourse.git
synced 2025-02-06 19:38:24 +00:00
Previously cached counting made redis calls in main thread and performed the flush in main thread. This could lead to pathological states in extreme heavy load. This refactor reduces load and cleans up the interface