try disabling memcached for a sec
This commit is contained in:
parent
b88a822e90
commit
149300192f
1 changed files with 7 additions and 7 deletions
|
@ -159,13 +159,13 @@ $wgDBts2schema = "public";
|
||||||
$wgDBmysql5 = false;
|
$wgDBmysql5 = false;
|
||||||
|
|
||||||
## Shared memory settings
|
## Shared memory settings
|
||||||
$wgMainCacheType = CACHE_MEMCACHED;
|
#$wgMainCacheType = CACHE_MEMCACHED;
|
||||||
$wgParserCacheType = CACHE_MEMCACHED;
|
#$wgParserCacheType = CACHE_MEMCACHED;
|
||||||
$wgMessageCacheType = CACHE_MEMCACHED;
|
#$wgMessageCacheType = CACHE_MEMCACHED;
|
||||||
$wgSessionsInMemcached = true;
|
#$wgSessionsInMemcached = true;
|
||||||
$wgMemCachedServers = array (
|
#$wgMemCachedServers = array (
|
||||||
0 => 'memcached01:11211',
|
# 0 => 'memcached01:11211',
|
||||||
);
|
#);
|
||||||
|
|
||||||
## To enable image uploads, make sure the 'images' directory
|
## To enable image uploads, make sure the 'images' directory
|
||||||
## is writable, then set this to true:
|
## is writable, then set this to true:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue