forked-synapse/synapse/replication/slave/storage
Erik Johnston 2d2acc1cf2
Stop using 'device_max_stream_id' (#7882)
It serves no purpose and updating everytime we write to the device inbox
stream means all such transactions will conflict, causing lots of
transaction failures and retries.
2020-07-17 17:03:27 +01:00
..
__init__.py Add a slaved events store class 2016-04-06 14:18:35 +01:00
_base.py remove redundant __func__ 2020-05-15 19:37:41 +01:00
_slaved_id_tracker.py Fix assertion to stop transaction queue getting wedged 2017-03-15 12:16:55 +00:00
account_data.py Use symbolic names for replication stream names (#7768) 2020-07-01 16:35:40 +01:00
appservice.py Move storage classes into a main "data store". 2019-10-21 16:05:06 +01:00
client_ips.py Allow configuration of Synapse's cache without using synctl or environment variables (#6391) 2020-05-11 18:45:23 +01:00
deviceinbox.py Stop using 'device_max_stream_id' (#7882) 2020-07-17 17:03:27 +01:00
devices.py Support any process writing to cache invalidation stream. (#7436) 2020-05-07 13:51:08 +01:00
directory.py Move storage classes into a main "data store". 2019-10-21 16:05:06 +01:00
events.py Move event stream handling out of slave store. (#7491) 2020-05-15 16:43:59 +01:00
filtering.py Change DataStores to accept 'database' param. 2019-12-06 13:30:06 +00:00
groups.py Use symbolic names for replication stream names (#7768) 2020-07-01 16:35:40 +01:00
keys.py Move storage classes into a main "data store". 2019-10-21 16:05:06 +01:00
presence.py Use symbolic names for replication stream names (#7768) 2020-07-01 16:35:40 +01:00
profile.py Move storage classes into a main "data store". 2019-10-21 16:05:06 +01:00
push_rule.py Use symbolic names for replication stream names (#7768) 2020-07-01 16:35:40 +01:00
pushers.py Use symbolic names for replication stream names (#7768) 2020-07-01 16:35:40 +01:00
receipts.py Use symbolic names for replication stream names (#7768) 2020-07-01 16:35:40 +01:00
registration.py Move storage classes into a main "data store". 2019-10-21 16:05:06 +01:00
room.py Use symbolic names for replication stream names (#7768) 2020-07-01 16:35:40 +01:00
transactions.py Move storage classes into a main "data store". 2019-10-21 16:05:06 +01:00