mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04: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)
2 lines
63 B
Plaintext
2 lines
63 B
Plaintext
Improve performance of concurrent use of `StreamIDGenerators`.
|