diff options
author | Evan Prodromou <evan@status.net> | 2010-01-02 21:16:59 -1000 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2010-01-02 21:16:59 -1000 |
commit | cc5534d180625b3d34f7039c0b95b034f3674a20 (patch) | |
tree | f2cc5a9fcdaa74f1d8bd678115a4ea0cb49114d3 /lib/default.php | |
parent | 1e1062ca9ca51ef618600459240bb0d497a47491 (diff) |
First version of Memcache plugin
Diffstat (limited to 'lib/default.php')
-rw-r--r-- | lib/default.php | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/lib/default.php b/lib/default.php index 8a70ed3fa..eea11eb2b 100644 --- a/lib/default.php +++ b/lib/default.php @@ -147,11 +147,8 @@ $default = array('enabled' => true, 'consumer_key' => null, 'consumer_secret' => null), - 'memcached' => - array('enabled' => false, - 'server' => 'localhost', - 'base' => null, - 'port' => 11211), + 'cache' => + array('base' => null), 'ping' => array('notify' => array()), 'inboxes' => |