Index: trunk/extensions/UploadWizard/resources/combined.js |
— | — | @@ -12877,7 +12877,7 @@ |
12878 | 12878 | maxDescriptionLength: 4096, |
12879 | 12879 | minDescriptionLength: 5, |
12880 | 12880 | maxOtherInformationLength: 4096, |
12881 | | - maxSimultaneousConnections: 2, |
| 12881 | + maxSimultaneousConnections: 1, |
12882 | 12882 | maxUploads: 10, |
12883 | 12883 | |
12884 | 12884 | // not for use with all wikis. |
Index: trunk/extensions/UploadWizard/resources/combined.min.js |
— | — | @@ -12877,7 +12877,7 @@ |
12878 | 12878 | maxDescriptionLength:4096, |
12879 | 12879 | minDescriptionLength:5, |
12880 | 12880 | maxOtherInformationLength:4096, |
12881 | | -maxSimultaneousConnections:2, |
| 12881 | +maxSimultaneousConnections:1, |
12882 | 12882 | maxUploads:10, |
12883 | 12883 | |
12884 | 12884 | |
Index: trunk/extensions/UploadWizard/UploadWizardPage.js |
— | — | @@ -36,7 +36,7 @@ |
37 | 37 | maxDescriptionLength: 4096, |
38 | 38 | minDescriptionLength: 5, |
39 | 39 | maxOtherInformationLength: 4096, |
40 | | - maxSimultaneousConnections: 2, |
| 40 | + maxSimultaneousConnections: 1, |
41 | 41 | maxUploads: 10, |
42 | 42 | |
43 | 43 | // not for use with all wikis. |