瀏覽代碼

Merge branch 'master' of https://github.com/Schlaefer/FrameworkBenchmarks into Schlaefer-master

Patrick Falls 12 年之前
父節點
當前提交
9420e92907
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      cake/app/Config/core.php

+ 1 - 1
cake/app/Config/core.php

@@ -248,7 +248,7 @@ Configure::write('App.baseUrl', env('SCRIPT_NAME'));
  *       Please check the comments in boostrap.php for more info on the cache engines available
  *       and their setttings.
  */
-$engine = 'File';
+$engine = 'Apc';
 
 // In development mode, caches should expire quickly.
 $duration = '+999 days';