mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-01 00:38:42 -04:00
Rename table. Add docs.
This commit is contained in:
parent
784a2d4f2c
commit
d9664344ec
4 changed files with 16 additions and 6 deletions
|
@ -29,7 +29,7 @@ class BaseSlavedStore(SQLBaseStore):
|
|||
super(BaseSlavedStore, self).__init__(hs)
|
||||
if isinstance(self.database_engine, PostgresEngine):
|
||||
self._cache_id_gen = SlavedIdTracker(
|
||||
db_conn, "cache_stream", "stream_id",
|
||||
db_conn, "cache_invalidation_stream", "stream_id",
|
||||
)
|
||||
else:
|
||||
self._cache_id_gen = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue