diff options
author | Erik Johnston <erik@matrix.org> | 2021-09-03 18:23:46 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-03 18:23:46 +0100 |
commit | 92b6ac31b22fd2fafc5a68602357212fd87b0607 (patch) | |
tree | 0c81066ed9ecd6d390bfefb291f4d7b45848fdde /synapse/storage | |
parent | Add a partial index to `presence_stream` to speed up startups (#10748) (diff) | |
download | synapse-92b6ac31b22fd2fafc5a68602357212fd87b0607.tar.xz |
Speed up MultiWriterIdGenerator when lots of IDs are in flight. (#10755)
Diffstat (limited to 'synapse/storage')
-rw-r--r-- | synapse/storage/util/id_generators.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/synapse/storage/util/id_generators.py b/synapse/storage/util/id_generators.py |