Alexandros Kosiaris has submitted this change and it was merged.

Change subject: Lower account-related caches from infinity to 1 week
......................................................................


Lower account-related caches from infinity to 1 week

Change-Id: Ic2cd42b3938985152490ca6e3d577d6c981ae0d9
---
M templates/gerrit/gerrit.config.erb
1 file changed, 6 insertions(+), 0 deletions(-)

Approvals:
  Matanya: Looks good to me, but someone else must approve
  Alexandros Kosiaris: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/templates/gerrit/gerrit.config.erb 
b/templates/gerrit/gerrit.config.erb
index 2c0bcd7..e51f3d6 100644
--- a/templates/gerrit/gerrit.config.erb
+++ b/templates/gerrit/gerrit.config.erb
@@ -50,6 +50,12 @@
        directory = cache
 [cache "web_sessions"]
        maxAge = 90 days
+[cache "accounts"]
+       maxAge = 7 days
+[cache "accounts_byemail"]
+       maxAge = 7 days
+[cache "accounts_byname"]
+       maxAge = 7 days
 [gitweb]
        url = https://git.wikimedia.org
        type = custom

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ic2cd42b3938985152490ca6e3d577d6c981ae0d9
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Chad <[email protected]>
Gerrit-Reviewer: Alexandros Kosiaris <[email protected]>
Gerrit-Reviewer: Hashar <[email protected]>
Gerrit-Reviewer: Matanya <[email protected]>
Gerrit-Reviewer: jenkins-bot <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to