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