Skip to content

Commit

Permalink
Enable warmup for wikis beginning with d and e
Browse files Browse the repository at this point in the history
  • Loading branch information
paladox authored Nov 12, 2023
1 parent 7169f9f commit ddf30a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GlobalCache.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@

$wgParserCacheType = 'mysql-multiwrite';

$enableWarmup = ( $beta || preg_match( '/^[0-9a-c]/', $wgDBname ) ) && $wgDBname !== 'commonswiki';
$enableWarmup = ( $beta || preg_match( '/^[0-9a-e]/', $wgDBname ) ) && $wgDBname !== 'commonswiki';
$wgParsoidCacheConfig = [
// Defaults to MainStash
'StashType' => null,
Expand Down

0 comments on commit ddf30a5

Please sign in to comment.