From 279687febaa70f9f89a52290f5e404a4a4e7cbb9 Mon Sep 17 00:00:00 2001 From: paladox Date: Mon, 13 Nov 2023 21:27:48 +0000 Subject: [PATCH] Update GlobalCache.php --- GlobalCache.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GlobalCache.php b/GlobalCache.php index 6b83493043..4344eccc16 100644 --- a/GlobalCache.php +++ b/GlobalCache.php @@ -101,7 +101,7 @@ $wgParserCacheType = 'mysql-multiwrite'; -$enableWarmup = ( $beta || preg_match( '/^[0-9a-l]/', $wgDBname ) ) && $wgDBname !== 'commonswiki'; +$enableWarmup = ( $beta || preg_match( '/^[0-9a-e]/', $wgDBname ) ) && $wgDBname !== 'commonswiki'; $wgParsoidCacheConfig = [ // Defaults to MainStash 'StashType' => null,