Skip to content

Commit

Permalink
disable parsoid cache warmup for now
Browse files Browse the repository at this point in the history
Can't watch it for now, it's rather stabilized, but still fluctuates a bit too much to trust unattended.
  • Loading branch information
The-Voidwalker authored Nov 5, 2023
1 parent df93414 commit 5a5466d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion GlobalCache.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@
'newusopediawiki',
'xedwiki',
];
$disableWarmup = in_array( $wgDBname, $disableWarmupArray );
//$disableWarmup = in_array( $wgDBname, $disableWarmupArray );
$disableWarmup = true;
$wgParsoidCacheConfig = [
'StashType' => 'db-replicated',
'StashDuration' => 86400 * 10,
Expand Down

0 comments on commit 5a5466d

Please sign in to comment.