mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-09-28 22:19:31 -04:00
Increase state_group_cache_size
This commit is contained in:
parent
f85b6ca494
commit
d906206049
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ class SQLBaseStore(object):
|
|||
max_entries=hs.config.event_cache_size)
|
||||
|
||||
self._state_group_cache = DictionaryCache(
|
||||
"*stateGroupCache*", 2000 * CACHE_SIZE_FACTOR
|
||||
"*stateGroupCache*", 100000 * CACHE_SIZE_FACTOR
|
||||
)
|
||||
|
||||
self._event_fetch_lock = threading.Condition()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue