enable memcache by default
This commit is contained in:
parent
1cfc66e748
commit
35131aa71b
@ -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_';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user