jenkins-bot has submitted this change and it was merged.

Change subject: Change banner hide cookie duration to one week
......................................................................


Change banner hide cookie duration to one week

Change-Id: Iff20e2a1f3515cebf7ad6aef9a38844fb2fe7b28
---
M wmf-config/CommonSettings.php
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Awight: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php
index f2990cd..62fa7c9 100644
--- a/wmf-config/CommonSettings.php
+++ b/wmf-config/CommonSettings.php
@@ -1520,7 +1520,7 @@
        // 'close' duration is used for the banner X button
        // 'donate' duration is used for cookie set on Thank You page
        $wgNoticeCookieDurations = array(
-               'close' => 1209600, // 2 weeks
+               'close' => 604800, // 1 week
                'donate' => 21600000, // 250 days
        );
 

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Iff20e2a1f3515cebf7ad6aef9a38844fb2fe7b28
Gerrit-PatchSet: 2
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Ejegg <[email protected]>
Gerrit-Reviewer: Awight <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to