Quellcode durchsuchen

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

Patrick Falls vor 12 Jahren
Ursprung
Commit
7edb22b39d
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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';