From f2cf58319b99d7c9a35afaf1b41045e595de8f3a Mon Sep 17 00:00:00 2001 From: richvdh Date: Tue, 3 Aug 2021 13:45:30 +0000 Subject: deploy: 4b10880da363efed5d066191190237f1c64fddfd --- develop/usage/configuration/homeserver_sample_config.html | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'develop/usage') diff --git a/develop/usage/configuration/homeserver_sample_config.html b/develop/usage/configuration/homeserver_sample_config.html index 314317a272..043d23b029 100644 --- a/develop/usage/configuration/homeserver_sample_config.html +++ b/develop/usage/configuration/homeserver_sample_config.html @@ -903,6 +903,15 @@ caches: # #expiry_time: 30m + # Controls how long the results of a /sync request are cached for after + # a successful response is returned. A higher duration can help clients with + # intermittent connections, at the cost of higher memory usage. + # + # By default, this is zero, which means that sync responses are not cached + # at all. + # + #sync_response_cache_duration: 2m + ## Database ## -- cgit 1.5.1