mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-08-03 17:54:12 -04:00
Fix the stream change cache to work over replication
This commit is contained in:
parent
cb98ac261b
commit
2a0159b8ae
2 changed files with 12 additions and 1 deletions
|
@ -202,7 +202,7 @@ class DataStore(RoomMemberStore, RoomStore,
|
|||
max_value=max_device_inbox_id,
|
||||
)
|
||||
self._device_federation_outbox_stream_cache = StreamChangeCache(
|
||||
"DeviceInboxStreamChangeCache", min_device_outbox_id,
|
||||
"DeviceFederationOutboxStreamChangeCache", min_device_outbox_id,
|
||||
prefilled_cache=device_outbox_prefill,
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue