Manual:$wgCopyUploadTimeout
From MediaWiki.org
Uploads: $wgCopyUploadTimeout | |
---|---|
HTTP timeout (in seconds) for upload by URL |
|
Introduced in version: | 1.22.0 (git #7a0ed924) |
Removed in version: | still in use |
Allowed values: | integer or false |
Default value: | false |
Other settings: Alphabetical | By Function
Details[edit | edit source]
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
.