1
0
Files
synapse/tests/util/test_wheel_timer.py
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

2.8 KiB