mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-19 00:11:47 +01:00
12ec55bfaa
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`.
|