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