Skip to content

Commit

Permalink
turn off Apc cache on Cake2
Browse files Browse the repository at this point in the history
  • Loading branch information
ichikaway committed Jul 31, 2011
1 parent 0752041 commit c0f323f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cake2/app/Config/core.php
Expand Up @@ -291,7 +291,7 @@
*/
$engine = 'File';
if (extension_loaded('apc') && (php_sapi_name() !== 'cli' || ini_get('apc.enable_cli'))) {
$engine = 'Apc';
// $engine = 'Apc';
}

// In development mode, caches should expire quickly.
Expand Down

0 comments on commit c0f323f

Please sign in to comment.