Skip to content

Commit

Permalink
Disable warmup on altversewiki
Browse files Browse the repository at this point in the history
  • Loading branch information
paladox authored Nov 4, 2023
1 parent 16eeff8 commit 114d33b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions GlobalCache.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@

$disableWarmupArray = [
'allthetropeswiki',
'altversewiki',
'bluepageswiki',
];
$disableWarmup = in_array( $wgDBname, $disableWarmupArray );
Expand Down

0 comments on commit 114d33b

Please sign in to comment.