Skip to content

Commit

Permalink
Enable warmup on all
Browse files Browse the repository at this point in the history
  • Loading branch information
paladox authored Nov 14, 2023
1 parent 5cd658e commit 6348154
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-p]/', $wgDBname ) ) && $wgDBname !== 'commonswiki';
$enableWarmup = ( $beta || preg_match( '/^[0-9a-z]/', $wgDBname ) ) && $wgDBname !== 'commonswiki';
$wgParsoidCacheConfig = [
// Defaults to MainStash
'StashType' => null,
Expand Down

0 comments on commit 6348154

Please sign in to comment.