Skip to content

Commit

Permalink
Forgot to use $disableWarmup
Browse files Browse the repository at this point in the history
  • Loading branch information
paladox authored Nov 4, 2023
1 parent 129afc3 commit 16eeff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GlobalCache.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
'StashType' => 'db-replicated',
'StashDuration' => 86400 * 10,
'CacheThresholdTime' => 0.0,
'WarmParsoidParserCache' => true,
'WarmParsoidParserCache' => $disableWarmup ? false : true,
];

$wgLanguageConverterCacheType = CACHE_ACCEL;
Expand Down

0 comments on commit 16eeff8

Please sign in to comment.