From 871b1950f12aaa107ae113d508ecdae6c9f9a5bf Mon Sep 17 00:00:00 2001 From: mattiagiupponi <51856725+mattiagiupponi@users.noreply.github.com> Date: Thu, 4 Dec 2025 17:51:56 +0100 Subject: [PATCH] Update .env.sample (cherry picked from commit 89733ba1a5386d346c0e6201e6f6cf9c6082fee0) --- .env.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.sample b/.env.sample index ef67cd3d..e2864c5f 100644 --- a/.env.sample +++ b/.env.sample @@ -183,7 +183,7 @@ GEOIP_PATH=/mnt/volumes/statics/geoip.db CACHE_BUSTING_STATIC_ENABLED=False -MEMCACHED_ENABLED=False +MEMCACHED_ENABLED=True MEMCACHED_BACKEND=django.core.cache.backends.memcached.PyLibMCCache MEMCACHED_LOCATION=memcached:11211 MEMCACHED_LOCK_EXPIRE=3600