diff --git a/src/phpFastCache/Core/phpFastCache.php b/src/phpFastCache/Core/phpFastCache.php index f1ca2b3b5..12dcab0ae 100644 --- a/src/phpFastCache/Core/phpFastCache.php +++ b/src/phpFastCache/Core/phpFastCache.php @@ -80,7 +80,7 @@ class phpFastCache ), 'extensions' => array(), - "cache_method" => 2, // 1 = normal, 2 = phpfastcache, 3 = memory + "cache_method" => 1, // 1 = normal, 2 = phpfastcache, 3 = memory "limited_memory_each_object" => 4000, // maximum size (bytes) of object store in memory );