synapse-product/synapse/storage/util
Erik Johnston 12ec55bfaa
Increase perf of handling concurrent use of StreamIDGenerators. (#9190)
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)
2021-01-21 16:31:51 +00:00
..
__init__.py copyrights 2016-01-07 04:26:29 +00:00
id_generators.py Increase perf of handling concurrent use of StreamIDGenerators. (#9190) 2021-01-21 16:31:51 +00:00
sequence.py Add schema update to fix existing DBs affected by #9193 (#9195) 2021-01-21 16:03:25 +00:00