Skip to content

Commit

Permalink
Enable warmup on wikis beginning with c
Browse files Browse the repository at this point in the history
  • Loading branch information
paladox authored Nov 5, 2023
1 parent 6d235eb commit cb013fa
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 @@ -109,7 +109,7 @@
'xedwiki',
];
// $disableWarmup = in_array( $wgDBname, $disableWarmupArray );
$enableWarmup = ( $beta || preg_match( '/^([0-9]|a|b)/', $wgDBname ) );
$enableWarmup = ( $beta || preg_match( '/^([0-9]|a|b|c)/', $wgDBname ) );
$wgParsoidCacheConfig = [
// Defaults to MainStash
'StashType' => null,
Expand Down

0 comments on commit cb013fa

Please sign in to comment.