mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-11-27 16:20:40 -05:00
Use worker_ prefixes for worker config, use existing support for multiple config files
This commit is contained in:
parent
364d616792
commit
a352b68acf
5 changed files with 33 additions and 79 deletions
|
|
@ -166,7 +166,7 @@ class SQLBaseStore(object):
|
|||
self._get_event_counters = PerformanceCounters()
|
||||
|
||||
self._get_event_cache = Cache("*getEvent*", keylen=3, lru=True,
|
||||
max_entries=hs.get_event_cache_size())
|
||||
max_entries=hs.config.event_cache_size)
|
||||
|
||||
self._state_group_cache = DictionaryCache(
|
||||
"*stateGroupCache*", 2000 * CACHE_SIZE_FACTOR
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue