Skip to content

Commit 5a5466d

Browse files
disable parsoid cache warmup for now
Can't watch it for now, it's rather stabilized, but still fluctuates a bit too much to trust unattended.
1 parent df93414 commit 5a5466d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

GlobalCache.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@
8585
'newusopediawiki',
8686
'xedwiki',
8787
];
88-
$disableWarmup = in_array( $wgDBname, $disableWarmupArray );
88+
//$disableWarmup = in_array( $wgDBname, $disableWarmupArray );
89+
$disableWarmup = true;
8990
$wgParsoidCacheConfig = [
9091
'StashType' => 'db-replicated',
9192
'StashDuration' => 86400 * 10,

0 commit comments

Comments
 (0)