Skip to content

Commit 16eeff8

Browse files
authored
Forgot to use $disableWarmup
1 parent 129afc3 commit 16eeff8

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
@@ -87,7 +87,7 @@
8787
'StashType' => 'db-replicated',
8888
'StashDuration' => 86400 * 10,
8989
'CacheThresholdTime' => 0.0,
90-
'WarmParsoidParserCache' => true,
90+
'WarmParsoidParserCache' => $disableWarmup ? false : true,
9191
];
9292

9393
$wgLanguageConverterCacheType = CACHE_ACCEL;

0 commit comments

Comments
 (0)