Aaron Schulz has submitted this change and it was merged.
Change subject: Enable wgEnableAsyncUploads only on testwikis for now.
......................................................................
Enable wgEnableAsyncUploads only on testwikis for now.
Change-Id: I3a32c08a4501cf4f274ba85991ccd0dd8f7aa4e4
---
M wmf-config/InitialiseSettings.php
1 file changed, 3 insertions(+), 1 deletion(-)
Approvals:
Aaron Schulz: Verified; Looks good to me, approved
jenkins-bot: Checked
diff --git a/wmf-config/InitialiseSettings.php
b/wmf-config/InitialiseSettings.php
index 0ae82d6..4517ee4 100644
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -971,7 +971,9 @@
// Wikis which allow async uploads via the job queue if uploads are enabled
'wgEnableAsyncUploads' => array(
- 'default' => true,
+ 'default' => false,
+ 'testwiki' => true,
+ 'test2wiki' => true,
),
# wgUploadNavigationUrl @{
--
To view, visit https://gerrit.wikimedia.org/r/53786
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I3a32c08a4501cf4f274ba85991ccd0dd8f7aa4e4
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