Skip to content

Commit

Permalink
Update GlobalCache.php
Browse files Browse the repository at this point in the history
  • Loading branch information
paladox authored Dec 20, 2024
1 parent 1fc342b commit a8849f4
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions GlobalCache.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@

$beta = preg_match( '/^(.*)\.(mirabeta|nexttide)\.org$/', $wi->server );

$wgCdnServers = [
/** cp36 */
'[2602:294:0:b13::110]:81',
/** cp37 */
'[2602:294:0:b23::112]:81',
];
if ( !$beta ) {
$wgCdnServers = [
/** cp36 */
'[2602:294:0:b13::110]:81',
/** cp37 */
'[2602:294:0:b23::112]:81',
];
}

$wgObjectCaches['mcrouter'] = [
'class' => MemcachedPeclBagOStuff::class,
Expand Down

0 comments on commit a8849f4

Please sign in to comment.