Matthias Mullie has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/249402

Change subject: Expire Flow caches after 1 day
......................................................................

Expire Flow caches after 1 day

We'd like to get rid of Flow's cache layer.
Having relied on it for a long time, we'll be conservative
and lowering data-from-cache, gradually increasing DB
queries as a result.

Bug: T94029
Change-Id: I51170a4eee41ece2eca26d9d65c03c0fadcc0547
---
M wmf-config/CommonSettings.php
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config 
refs/changes/02/249402/1

diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php
index 4f8acd7..96c310d 100755
--- a/wmf-config/CommonSettings.php
+++ b/wmf-config/CommonSettings.php
@@ -2478,6 +2478,7 @@
        }
 
        $wgFlowCacheVersion = '4.7';
+       $wgFlowCacheTime = 60 * 60 * 24; // caches expire after 1 day (T94029)
 
        $wgFlowEnableOptInBetaFeature = $wmgFlowEnableOptInBetaFeature;
 }

-- 
To view, visit https://gerrit.wikimedia.org/r/249402
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I51170a4eee41ece2eca26d9d65c03c0fadcc0547
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Matthias Mullie <mmul...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to