Skip to content

Commit 129afc3

Browse files
authored
Disable warmup for bluepageswiki and allthetropeswiki
1 parent c48e5a4 commit 129afc3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

GlobalCache.php

+6
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,12 @@
7777
$wgMessageCacheType = 'memcached-mem-2';
7878

7979
$wgParserCacheType = 'mysql-multiwrite';
80+
81+
$disableWarmupArray = [
82+
'allthetropeswiki',
83+
'bluepageswiki',
84+
];
85+
$disableWarmup = in_array( $wgDBname, $disableWarmupArray );
8086
$wgParsoidCacheConfig = [
8187
'StashType' => 'db-replicated',
8288
'StashDuration' => 86400 * 10,

0 commit comments

Comments
 (0)