Manual:$wgCopyUploadTimeout
From Linux Web Expert
<translate> Files and file uploads</translate>: $wgCopyUploadTimeout | |
---|---|
HTTP timeout (in seconds) for upload by URL |
|
<translate> Introduced in version:</translate> | 1.22.0 (Gerrit change 67229; git #7a0ed924) |
<translate> Removed in version:</translate> | <translate> still in use</translate> |
<translate> Allowed values:</translate> | (integer) or false |
<translate> Default value:</translate> | false |
<translate> Other settings:</translate> <translate> Alphabetical</translate> | <translate> By function</translate> |
Details
The HTTP timeout (in seconds) to use when downloading the file for an upload-by-URL request.
This could be useful since when fetching large files, you may want a timeout longer than the default $wgHTTPTimeout
.
By default, or when set to false, MediaWiki falls back to the value of $wgHTTPTimeout
.