1
0
Fork 0
mirror of https://github.com/element-hq/synapse.git synced 2025-03-15 20:20:18 +00:00
Commit graph

1 commit

Author SHA1 Message Date
Alexander Udovichenko
211c31dbd7
Fix WheelTimer implementation that can expired timeout early (#17850)
When entries insert in the end of timer queue, then unnecessary entry
inserted (with duplicated key).
This can lead to some timeouts expired early and consume memory.
2024-11-05 12:08:17 -06:00