Skip to content

Commit

Permalink
Enable wgEnableAsyncUploads only on testwikis for now.
Browse files Browse the repository at this point in the history
Change-Id: I3a32c08a4501cf4f274ba85991ccd0dd8f7aa4e4
  • Loading branch information
AaronSchulz committed Mar 14, 2013
1 parent a2f9968 commit b100045
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion wmf-config/InitialiseSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 @{
Expand Down

0 comments on commit b100045

Please sign in to comment.