luci-base: fix request timeout docstring
The `timeout` is defined in milliseconds, not seconds. Signed-off-by: Paul Spooren <mail@aparcar.org>
This commit is contained in:
parent
96ef7beb66
commit
292e198884
1 changed files with 1 additions and 1 deletions
|
@ -655,7 +655,7 @@
|
||||||
* Provides a password for HTTP basic authentication.
|
* Provides a password for HTTP basic authentication.
|
||||||
*
|
*
|
||||||
* @property {number} [timeout]
|
* @property {number} [timeout]
|
||||||
* Specifies the request timeout in seconds.
|
* Specifies the request timeout in milliseconds.
|
||||||
*
|
*
|
||||||
* @property {boolean} [credentials=false]
|
* @property {boolean} [credentials=false]
|
||||||
* Whether to include credentials such as cookies in the request.
|
* Whether to include credentials such as cookies in the request.
|
||||||
|
|
Loading…
Reference in a new issue