Index: trunk/extensions/UploadWizard/UploadWizard.config.php |
— | — | @@ -293,13 +293,13 @@ |
294 | 294 | 'largeThumbnailMaxHeight' => 500, |
295 | 295 | |
296 | 296 | // Max author string length |
297 | | - 'maxAuthorLength' => 500, |
| 297 | + 'maxAuthorLength' => 10000, |
298 | 298 | |
299 | 299 | // Min author string length |
300 | 300 | 'minAuthorLength' => 1, |
301 | 301 | |
302 | 302 | // Max source string length |
303 | | - 'maxSourceLength' => 500, |
| 303 | + 'maxSourceLength' => 10000, |
304 | 304 | |
305 | 305 | // Min source string length |
306 | 306 | 'minSourceLength' => 5, |
— | — | @@ -311,13 +311,13 @@ |
312 | 312 | 'minTitleLength' => 5, |
313 | 313 | |
314 | 314 | // Max file description length |
315 | | - 'maxDescriptionLength' => 4096, |
| 315 | + 'maxDescriptionLength' => 10000, |
316 | 316 | |
317 | 317 | // Min file description length |
318 | 318 | 'minDescriptionLength' => 5, |
319 | 319 | |
320 | 320 | // Max length for other file information: |
321 | | - 'maxOtherInformationLength' => 4096, |
| 321 | + 'maxOtherInformationLength' => 10000, |
322 | 322 | |
323 | 323 | // Max number of simultaneous upload requests |
324 | 324 | 'maxSimultaneousConnections' => 3, |