mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-02-04 12:05:22 -05:00
add user signature stream change cache to slaved device store
This commit is contained in:
parent
faf72a4c40
commit
a22d58c96c
@ -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
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user