From 235b0e8e1f6e6658495e954f5a167ef2ed070d9f Mon Sep 17 00:00:00 2001 From: Ollie <43674967+outdooracorn@users.noreply.github.com> Date: Tue, 9 Dec 2025 14:27:57 +0000 Subject: [PATCH] Remove outdated comment in ProductionCache.php --- dist-persist/wbstack/src/Settings/ProductionCache.php | 2 +- dist/wbstack/src/Settings/ProductionCache.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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...