From b73745e8abd445e9ca0d4e9200cdb4fd444d7e11 Mon Sep 17 00:00:00 2001 From: 8chan Date: Wed, 22 Oct 2014 19:21:21 -0700 Subject: [PATCH] apc pls --- inc/instance-config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/instance-config.php b/inc/instance-config.php index d9331f18..eb2cc37c 100644 --- a/inc/instance-config.php +++ b/inc/instance-config.php @@ -18,7 +18,7 @@ $config['db']['user'] = 'root'; $config['db']['password'] = ''; $config['timezone'] = 'UTC'; - $config['cache']['enabled'] = false; + $config['cache']['enabled'] = 'apc'; $config['cookies']['mod'] = 'mod';