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

Change subject: Enabled $wgEnableAsyncUploads on all wikis.
......................................................................


Enabled $wgEnableAsyncUploads on all wikis.

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

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



diff --git a/wmf-config/InitialiseSettings.php 
b/wmf-config/InitialiseSettings.php
index 2ccd576..0ae82d6 100644
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -969,6 +969,11 @@
 ),
 # @} end of wgEnableUpload
 
+// Wikis which allow async uploads via the job queue if uploads are enabled
+'wgEnableAsyncUploads' => array(
+       'default' => true,
+),
+
 # wgUploadNavigationUrl @{
 'wgUploadNavigationUrl' => array(
        'default' => false,

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I54d7fe3d2b550c3313b1ce7f5872923a70136a72
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Aaron Schulz <[email protected]>
Gerrit-Reviewer: Aaron Schulz <[email protected]>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to