synapse/changelog.d/17850.bugfix
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

1 line
No EOL
64 B
Text

Fix bug when some presence and typing timeouts can expire early.