Switch stuff over to new memcached
This commit is contained in:
parent
6476f0254d
commit
abedfb7cc8
5 changed files with 8 additions and 8 deletions
|
@ -150,8 +150,8 @@ $wgParserCacheType = CACHE_MEMCACHED;
|
|||
$wgMessageCacheType = CACHE_MEMCACHED;
|
||||
$wgSessionsInMemcached = true;
|
||||
$wgMemCachedServers = array (
|
||||
0 => 'memcached03:11211',
|
||||
1 => 'memcached04:11211',
|
||||
0 => 'memcached01:11211',
|
||||
1 => 'memcached02:11211',
|
||||
);
|
||||
|
||||
## To enable image uploads, make sure the 'images' directory
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue