fixing typo in dist config
This commit is contained in:
parent
f84fd9b424
commit
6ae51aa63d
@ -31,7 +31,7 @@ $config = array(
|
|||||||
'memcache' => array(
|
'memcache' => array(
|
||||||
'enabled' => true,
|
'enabled' => true,
|
||||||
'host' => 'localhost', // Memcache Host
|
'host' => 'localhost', // Memcache Host
|
||||||
'post' => 11211, // Memcache Port
|
'port' => 11211, // Memcache Port
|
||||||
'keyprefix' => 'mmcfe_ng_', // Prefix for all keys
|
'keyprefix' => 'mmcfe_ng_', // Prefix for all keys
|
||||||
'expiration'=> '90', // Cache time
|
'expiration'=> '90', // Cache time
|
||||||
'splay' => '15' // Splay time
|
'splay' => '15' // Splay time
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user