mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 12:36:02 -04:00
Split state groups into a separate data store (#6296)
This commit is contained in:
parent
fa780e9721
commit
75d8f26ac8
28 changed files with 1159 additions and 1168 deletions
|
@ -183,7 +183,7 @@ class EventsPersistenceStorage(object):
|
|||
# so we use separate variables here even though they point to the same
|
||||
# store for now.
|
||||
self.main_store = stores.main
|
||||
self.state_store = stores.main
|
||||
self.state_store = stores.state
|
||||
|
||||
self._clock = hs.get_clock()
|
||||
self.is_mine_id = hs.is_mine_id
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue