[discourse-web/gnome] Enable compress_anon_cache



commit cf2aabd6c797300bf8aff0f4d97e3ddd7e9b9d69
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date:   Fri Oct 9 14:50:33 2020 +0200

    Enable compress_anon_cache

 config/discourse.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/config/discourse.conf b/config/discourse.conf
index 5c9a413..df8b41c 100644
--- a/config/discourse.conf
+++ b/config/discourse.conf
@@ -251,7 +251,7 @@ mini_scheduler_workers = 5
 # this slightly increases the cost of storing cache entries but can make it much
 # cheaper to retrieve cache entries when redis is stores on a different machine to the one
 # running the web
-compress_anon_cache = false
+compress_anon_cache = true
 
 # Only store entries in redis for anonymous cache if they are observed more than N times
 # for a specific key


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]