From 5fc8df495d15d9790743034e1b315163415ded80 Mon Sep 17 00:00:00 2001 From: towards-a-new-leftypol Date: Sun, 17 Jan 2021 15:01:33 -0500 Subject: [PATCH] Revert "Enable memcached in the config" This reverts commit 824c9cb53571016c7df07599fe6704de73e79dc6. --- inc/instance-config.php | 1 - 1 file changed, 1 deletion(-) diff --git a/inc/instance-config.php b/inc/instance-config.php index af90e981..c70eadee 100644 --- a/inc/instance-config.php +++ b/inc/instance-config.php @@ -77,7 +77,6 @@ $config['db']['prefix'] = ''; $config['db']['user'] = 'lainchan'; $config['db']['password'] = ''; -$config['cache']['enabled'] = 'memcached'; $config['cookies']['mod'] = 'mod'; $config['cookies']['salt'] = 'MGYwNjhlNjU5Y2QxNWU3YjQ3MzQ1Yj';