mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 10:06:05 -04:00
Change default sync_response_cache_duration
(#13042)
This commit is contained in:
parent
7d99414edf
commit
c95b04bb0e
5 changed files with 11 additions and 4 deletions
|
@ -169,7 +169,7 @@ def default_config(name, parse=False):
|
|||
# disable user directory updates, because they get done in the
|
||||
# background, which upsets the test runner.
|
||||
"update_user_directory": False,
|
||||
"caches": {"global_factor": 1},
|
||||
"caches": {"global_factor": 1, "sync_response_cache_duration": 0},
|
||||
"listeners": [{"port": 0, "type": "http"}],
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue