mirror of
https://github.com/element-hq/synapse.git
synced 2025-03-05 23:46:52 +00:00
We have seen a failure mode here where if there are many in flight unfinished IDs then marking an ID as finished takes a lot of CPU (as calling deque.remove iterates over the list)
1 line
63 B
Text
1 line
63 B
Text
Improve performance of concurrent use of `StreamIDGenerators`.
|