From 701615ad467e5a0e3661f98b2ba4e02545461f63 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Tue, 3 Aug 2021 10:49:46 +0100 Subject: [PATCH] lint --- synapse/config/cache.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/synapse/config/cache.py b/synapse/config/cache.py index 7fe77646b4af..d119427ad864 100644 --- a/synapse/config/cache.py +++ b/synapse/config/cache.py @@ -151,7 +151,7 @@ def generate_config_section(self, **kwargs): # entries are never evicted based on time. # #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.