mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 10:56:06 -04:00
Reload cache factors from disk on SIGHUP (#12673)
This commit is contained in:
parent
a559c8b0d9
commit
d38d242411
11 changed files with 199 additions and 61 deletions
|
@ -749,6 +749,7 @@ def setup_test_homeserver(
|
|||
if config is None:
|
||||
config = default_config(name, parse=True)
|
||||
|
||||
config.caches.resize_all_caches()
|
||||
config.ldap_enabled = False
|
||||
|
||||
if "clock" not in kwargs:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue