diff --git a/GlobalCache.php b/GlobalCache.php index 1daf14aeb3..73da6fe3bb 100644 --- a/GlobalCache.php +++ b/GlobalCache.php @@ -81,7 +81,7 @@ 'StashType' => 'db-replicated', 'StashDuration' => 86400 * 10, 'CacheThresholdTime' => 0.0, - 'WarmParsoidParserCache' => false, + 'WarmParsoidParserCache' => true, ]; $wgLanguageConverterCacheType = CACHE_ACCEL;