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;