Skip to content

Commit

Permalink
Change APC Loader prefix, #18
Browse files Browse the repository at this point in the history
  • Loading branch information
Awkan committed Sep 7, 2017
1 parent 55c488a commit d20ba04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
// Change 'sf2' to a unique prefix in order to prevent cache key conflicts
// with other applications also using APC.
/*
$apcLoader = new ApcClassLoader('sf2', $loader);
$apcLoader = new ApcClassLoader('nekowiki', $loader);
$loader->unregister();
$apcLoader->register(true);
*/
Expand Down

0 comments on commit d20ba04

Please sign in to comment.