We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81a52a1 commit ab35f7fCopy full SHA for ab35f7f
src/phpFastCache/Core/phpFastCache.php
@@ -80,7 +80,7 @@ class phpFastCache
80
),
81
82
'extensions' => array(),
83
- "cache_method" => 2, // 1 = normal, 2 = phpfastcache, 3 = memory
+ "cache_method" => 1, // 1 = normal, 2 = phpfastcache, 3 = memory
84
"limited_memory_each_object" => 4000, // maximum size (bytes) of object store in memory
85
);
86
0 commit comments