mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-03 12:56:09 -04:00
Merge branch 'release-v0.10.0' of github.com:matrix-org/synapse into develop
This commit is contained in:
commit
b62c1395d6
7 changed files with 7 additions and 376 deletions
|
@ -182,6 +182,8 @@ class Config(object):
|
|||
) % (entry_path, )
|
||||
continue
|
||||
|
||||
files.add(config_path)
|
||||
|
||||
config_files.extend(sorted(files))
|
||||
else:
|
||||
config_files.append(config_path)
|
||||
|
|
|
@ -167,7 +167,7 @@ class SQLBaseStore(object):
|
|||
self._get_event_cache = Cache("*getEvent*", keylen=3, lru=True,
|
||||
max_entries=hs.config.event_cache_size)
|
||||
|
||||
self._state_group_cache = DictionaryCache("*stateGroupCache*", 100000)
|
||||
self._state_group_cache = DictionaryCache("*stateGroupCache*", 2000)
|
||||
|
||||
self._event_fetch_lock = threading.Condition()
|
||||
self._event_fetch_list = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue