mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-01-01 16:26:10 -05:00
Update comment
This commit is contained in:
parent
1827057acc
commit
2c2dcf81d0
@ -229,7 +229,8 @@ class StateStore(SQLBaseStore):
|
|||||||
|
|
||||||
# Prefill the state group cache with this group.
|
# Prefill the state group cache with this group.
|
||||||
# It's fine to use the sequence like this as the state group map
|
# It's fine to use the sequence like this as the state group map
|
||||||
# is immutable.
|
# is immutable. (If the map wasn't immutable then this prefill could
|
||||||
|
# race with another update)
|
||||||
txn.call_after(
|
txn.call_after(
|
||||||
self._state_group_cache.update,
|
self._state_group_cache.update,
|
||||||
self._state_group_cache.sequence,
|
self._state_group_cache.sequence,
|
||||||
|
Loading…
Reference in New Issue
Block a user