From 63481546523a5ed4d8ff394db3865d42f4dba96f Mon Sep 17 00:00:00 2001 From: paladox Date: Tue, 14 Nov 2023 01:00:43 +0000 Subject: [PATCH] Enable warmup on all --- GlobalCache.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GlobalCache.php b/GlobalCache.php index 87ef5e74aa..0344b3acbc 100644 --- a/GlobalCache.php +++ b/GlobalCache.php @@ -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,