Skip to content
Snippets Groups Projects
Commit ca27798d authored by llaffont's avatar llaffont
Browse files

Réactivation cache

parent e68b2064
No related merge requests found
......@@ -135,7 +135,7 @@ function setupCache($cfg) {
$frontendOptions = [
'lifetime' => 3600, // durée du cache: 1h
'automatic_serialization' => false,
'caching' => false];
'caching' => true];
$use_memcached = (MEMCACHED_ENABLE === true);
$backendOptions = $use_memcached
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment