Skip to content

Commit 5bbd209

Browse files
authored
Remove outdated comment in ProductionCache.php (#501)
Bug: T412125
1 parent 6984172 commit 5bbd209

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

dist-persist/wbstack/src/Settings/ProductionCache.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// TODO this can probably be removed now?
1010
$wgSquidServersNoPurge = $wgCdnServersNoPurge;
1111

12-
$wgParserCacheType = 'db-replicated'; // 'db-replicated' is defined in LocalSettings.php currently
12+
$wgParserCacheType = 'db-replicated';
1313

1414
// Don't specify a redis cache when running dbless maint script
1515
// TODO we probably do want a redis connection in some maint scripts...

dist/wbstack/src/Settings/ProductionCache.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// TODO this can probably be removed now?
1010
$wgSquidServersNoPurge = $wgCdnServersNoPurge;
1111

12-
$wgParserCacheType = 'db-replicated'; // 'db-replicated' is defined in LocalSettings.php currently
12+
$wgParserCacheType = 'db-replicated';
1313

1414
// Don't specify a redis cache when running dbless maint script
1515
// TODO we probably do want a redis connection in some maint scripts...

0 commit comments

Comments
 (0)