From 567fe5e387dc29ab1de30481f1e37c5047bb25cf Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Mon, 26 Apr 2021 10:37:26 +0100 Subject: Make TRACK_MEMORY_USAGE configurable --- synapse/util/caches/lrucache.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'synapse/util/caches/lrucache.py') diff --git a/synapse/util/caches/lrucache.py b/synapse/util/caches/lrucache.py index b018733288..1719b0a1ca 100644 --- a/synapse/util/caches/lrucache.py +++ b/synapse/util/caches/lrucache.py @@ -60,7 +60,7 @@ except ImportError: # Whether to track estimated memory usage of the LruCaches. -TRACK_MEMORY_USAGE = True +TRACK_MEMORY_USAGE = False # Function type: the type used for invalidation callbacks -- cgit 1.5.1