Skip to content

Commit c48e5a4

Browse files
committed
Revert "Switch warmCache off for wgParsoidCacheConfig (#5359)"
This reverts commit a0ec5a7.
1 parent a0ec5a7 commit c48e5a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GlobalCache.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
'StashType' => 'db-replicated',
8282
'StashDuration' => 86400 * 10,
8383
'CacheThresholdTime' => 0.0,
84-
'WarmParsoidParserCache' => false,
84+
'WarmParsoidParserCache' => true,
8585
];
8686

8787
$wgLanguageConverterCacheType = CACHE_ACCEL;

0 commit comments

Comments
 (0)