From 16eeff84f8df00ade03468c3081a22476d6c57fe Mon Sep 17 00:00:00 2001 From: paladox Date: Sat, 4 Nov 2023 18:56:49 +0000 Subject: [PATCH] Forgot to use $disableWarmup --- GlobalCache.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GlobalCache.php b/GlobalCache.php index 29288fdbbc..45bd12fee6 100644 --- a/GlobalCache.php +++ b/GlobalCache.php @@ -87,7 +87,7 @@ 'StashType' => 'db-replicated', 'StashDuration' => 86400 * 10, 'CacheThresholdTime' => 0.0, - 'WarmParsoidParserCache' => true, + 'WarmParsoidParserCache' => $disableWarmup ? false : true, ]; $wgLanguageConverterCacheType = CACHE_ACCEL;