diff --git a/.env.sample b/.env.sample index fee9293c82d..796cfd6a17a 100644 --- a/.env.sample +++ b/.env.sample @@ -167,7 +167,7 @@ ASSETS_ROOT=/mnt/volumes/statics/assets/ 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 @@ -245,4 +245,4 @@ RESTART_POLICY_WINDOW=120s DEFAULT_MAX_PARALLEL_UPLOADS_PER_USER=5 -# FORCE_READ_ONLY_MODE=False Override the read-only value saved in the configuration \ No newline at end of file +# FORCE_READ_ONLY_MODE=False Override the read-only value saved in the configuration