Skip to content

Commit

Permalink
cache: Switch things around
Browse files Browse the repository at this point in the history
  • Loading branch information
paladox authored Nov 11, 2023
1 parent ccfabfe commit ce14119
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GlobalCache.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,15 +89,15 @@

$wgMainStash = 'db-mainstash';

$wgSessionCacheType = 'memcached-mem-1';
$wgSessionCacheType = 'memcached-mem-2';

// Same as $wgMainStash
$wgMWOAuthSessionCacheType = 'db-mainstash';

$redisServerIP = '[2a10:6740::6:306]:6379';

$wgMainCacheType = 'memcached-mem-2';
$wgMessageCacheType = 'memcached-mem-2';
$wgMessageCacheType = 'memcached-mem-1';

$wgParserCacheType = 'mysql-multiwrite';

Expand Down

0 comments on commit ce14119

Please sign in to comment.