diff options
author | Erik Johnston <erik@matrix.org> | 2020-07-17 17:03:27 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-17 17:03:27 +0100 |
commit | 2d2acc1cf2f2c8caa1272a14658b28ede23b664f (patch) | |
tree | 93caef0f60f679ae6b969c3d0c9768f3720090d3 /synapse/storage | |
parent | Fix TypeError in synapse.notifier (#7880) (diff) | |
download | synapse-2d2acc1cf2f2c8caa1272a14658b28ede23b664f.tar.xz |
Stop using 'device_max_stream_id' (#7882)
It serves no purpose and updating everytime we write to the device inbox stream means all such transactions will conflict, causing lots of transaction failures and retries.
Diffstat (limited to 'synapse/storage')
-rw-r--r-- | synapse/storage/data_stores/main/__init__.py | 2 | ||||
-rw-r--r-- | synapse/storage/data_stores/main/deviceinbox.py | 3 |
2 files changed, 1 insertions, 4 deletions
diff --git a/synapse/storage/data_stores/main/__init__.py b/synapse/storage/data_stores/main/__init__.py |