diff options
author | Erik Johnston <erik@matrix.org> | 2020-05-04 17:17:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-04 17:17:45 +0100 |
commit | 8123b2f90945e6bb3d65cf48730c2133b46d2b9a (patch) | |
tree | 61eba25028194ca2ed6d222cc10ca441f511f6f8 /tox.ini | |
parent | Merge branch 'release-v1.13.0' into develop (diff) | |
download | synapse-8123b2f90945e6bb3d65cf48730c2133b46d2b9a.tar.xz |
Add MultiWriterIdGenerator. (#7281)
This will be used to coordinate stream IDs across multiple writers. Functions as the equivalent of both `StreamIdGenerator` and `SlavedIdTracker`.
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini index eccc44e436..4a1509c51b 100644 --- a/tox.ini +++ b/tox.ini @@ -203,6 +203,7 @@ commands = mypy \ synapse/storage/data_stores/main/ui_auth.py \ synapse/storage/database.py \ synapse/storage/engines \ + synapse/storage/util \ synapse/streams \ synapse/util/caches/stream_change_cache.py \ tests/replication/tcp/streams \ |