Aaron Schulz has uploaded a new change for review. https://gerrit.wikimedia.org/r/53780
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(-) git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config refs/changes/80/53780/1 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: newchange Gerrit-Change-Id: I54d7fe3d2b550c3313b1ce7f5872923a70136a72 Gerrit-PatchSet: 1 Gerrit-Project: operations/mediawiki-config Gerrit-Branch: master Gerrit-Owner: Aaron Schulz <asch...@wikimedia.org> _______________________________________________ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits