mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-09 02:12:12 -04:00
Remove the unused public_room_list_stream (#10565)
Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com>
This commit is contained in:
parent
c8132f4a31
commit
84469bdac7
9 changed files with 49 additions and 251 deletions
|
@ -127,9 +127,6 @@ class DataStore(
|
|||
self._clock = hs.get_clock()
|
||||
self.database_engine = database.engine
|
||||
|
||||
self._public_room_id_gen = StreamIdGenerator(
|
||||
db_conn, "public_room_list_stream", "stream_id"
|
||||
)
|
||||
self._device_list_id_gen = StreamIdGenerator(
|
||||
db_conn,
|
||||
"device_lists_stream",
|
||||
|
@ -170,6 +167,7 @@ class DataStore(
|
|||
sequence_name="cache_invalidation_stream_seq",
|
||||
writers=[],
|
||||
)
|
||||
|
||||
else:
|
||||
self._cache_id_gen = None
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue