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:
Paul Spooren 2021-08-09 09:37:59 -10:00 committed by Jo-Philipp Wich
parent 92329dcd46
commit 274df9df00

View file

@ -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.