Fix the stream change cache to work over replication

This commit is contained in:
Mark Haines 2016-09-07 15:58:00 +01:00
parent cb98ac261b
commit 2a0159b8ae
2 changed files with 12 additions and 1 deletions

View file

@ -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,
)