mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-01-04 00:50:48 -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…
Reference in New Issue
Block a user