diff --git a/dist-persist/wbstack/src/Settings/ProductionCache.php b/dist-persist/wbstack/src/Settings/ProductionCache.php index d060f9679..ebd4ad93d 100644 --- a/dist-persist/wbstack/src/Settings/ProductionCache.php +++ b/dist-persist/wbstack/src/Settings/ProductionCache.php @@ -9,7 +9,7 @@ // TODO this can probably be removed now? $wgSquidServersNoPurge = $wgCdnServersNoPurge; -$wgParserCacheType = 'db-replicated'; // 'db-replicated' is defined in LocalSettings.php currently +$wgParserCacheType = 'db-replicated'; // Don't specify a redis cache when running dbless maint script // TODO we probably do want a redis connection in some maint scripts... diff --git a/dist/wbstack/src/Settings/ProductionCache.php b/dist/wbstack/src/Settings/ProductionCache.php index d060f9679..ebd4ad93d 100644 --- a/dist/wbstack/src/Settings/ProductionCache.php +++ b/dist/wbstack/src/Settings/ProductionCache.php @@ -9,7 +9,7 @@ // TODO this can probably be removed now? $wgSquidServersNoPurge = $wgCdnServersNoPurge; -$wgParserCacheType = 'db-replicated'; // 'db-replicated' is defined in LocalSettings.php currently +$wgParserCacheType = 'db-replicated'; // Don't specify a redis cache when running dbless maint script // TODO we probably do want a redis connection in some maint scripts...