summary refs log tree commit diff
path: root/synapse/replication
diff options
context:
space:
mode:
authorHubert Chathi <hubert@uhoreg.ca>2019-10-18 15:57:40 +0100
committerHubert Chathi <hubert@uhoreg.ca>2019-10-18 15:57:40 +0100
commit0a9d22808ceedaf9b96f417b777f7233a4dd8104 (patch)
treed33926271277fecbd788a58d55f3ffd57c199fee /synapse/replication
parentMerge pull request #6214 from matrix-org/rav/event_auth/1 (diff)
parentMerge branch 'develop' into uhoreg/e2e_cross-signing_merged (diff)
downloadsynapse-0a9d22808ceedaf9b96f417b777f7233a4dd8104.tar.xz
Merge branch 'uhoreg/e2e_cross-signing_merged' into develop
Diffstat (limited to 'synapse/replication')
-rw-r--r--synapse/replication/slave/storage/devices.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/synapse/replication/slave/storage/devices.py b/synapse/replication/slave/storage/devices.py

index d9300fce33..f045e1b937 100644 --- a/synapse/replication/slave/storage/devices.py +++ b/synapse/replication/slave/storage/devices.py
@@ -33,6 +33,9 @@ class SlavedDeviceStore(EndToEndKeyWorkerStore, DeviceWorkerStore, BaseSlavedSto self._device_list_stream_cache = StreamChangeCache( "DeviceListStreamChangeCache", device_list_max ) + self._user_signature_stream_cache = StreamChangeCache( + "UserSignatureStreamChangeCache", device_list_max + ) self._device_list_federation_stream_cache = StreamChangeCache( "DeviceListFederationStreamChangeCache", device_list_max )