enable memcache by default

This commit is contained in:
Sebastian Grewe 2013-07-02 21:27:41 +02:00
parent 1cfc66e748
commit 35131aa71b

View File

@ -213,7 +213,7 @@ $config['confirmations'] = 120;
* expiration = 90
* splay = 15
**/
$config['memcache']['enabled'] = false;
$config['memcache']['enabled'] = true;
$config['memcache']['host'] = 'localhost';
$config['memcache']['port'] = 11211;
$config['memcache']['keyprefix'] = 'mmcfe_ng_';