mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
This fixes a small memory leak in our queue workers, where we don't reset the accumulated times contained in our query logging data. Longer-term, we may want to make something mergable for mainline where we only store on the connection object the totals; that would be a fixed amount of emmory per connection and thus not have this problem. (imported from commit 914fa13acfb576f73c5f35e0f64c2f4d8a56b111)