Manual:$wgCopyUploadAsyncTimeout

From MediaWiki.org
Jump to: navigation, search

Other languages:
Deutsch • ‎English • ‎español • ‎français • ‎italiano • ‎日本語 • ‎polski • ‎português • ‎português do Brasil
Uploads: $wgCopyUploadAsyncTimeout
HTTP timeout (in seconds) for asynchronous 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 asynchronous upload-by-URL request. This could be useful since when fetching large files via the job queue, you may want a different timeout, especially because there is no HTTP request being kept alive.

By default, or when set to false, MediaWiki falls back to the value of $wgCopyUploadTimeout. If that is also false, the value of $wgHTTPTimeout is used.

See also[edit | edit source]