MarkTraceur has uploaded a new change for review.

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

Change subject: Raise stash expiration limit on Commons for UW
......................................................................

Raise stash expiration limit on Commons for UW

We have a theory that people leave UW running overnight, and if it finishes
within 1-2 hours, even the lightest sleepers may lose their files.

Change-Id: I15b96595304b6dad10060e44c4081e79bdaed231
---
M wmf-config/InitialiseSettings.php
1 file changed, 6 insertions(+), 0 deletions(-)


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

diff --git a/wmf-config/InitialiseSettings.php 
b/wmf-config/InitialiseSettings.php
index a3b7b4d..2893a7b 100644
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -1139,6 +1139,12 @@
        'test2wiki' => true,
 ),
 
+// Raise stash time limit on Commons for UploadWizard
+'wgUploadStashMaxAge' => array(
+       'default' => 6 * 60 * 60, // 6 hours
+       'commonswiki' => 48 * 60 * 60, // 48 hours
+),
+
 # wgUploadNavigationUrl @{
 'wgUploadNavigationUrl' => array(
        // Projects

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I15b96595304b6dad10060e44c4081e79bdaed231
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: MarkTraceur <mtrac...@member.fsf.org>

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

Reply via email to