1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

fix httprequest timeout units info

to close #2333
This commit is contained in:
Dave Conway-Jones 2019-10-17 13:24:51 +01:00
parent 873bdc6733
commit 78b735276b
No known key found for this signature in database
GPG Key ID: 302A6725C594817F

View File

@ -36,7 +36,7 @@
<dt class="optional">followRedirects</dt> <dt class="optional">followRedirects</dt>
<dd>If set to <code>false</code> prevent following Redirect (HTTP 301).<code>true</code> by default</dd> <dd>If set to <code>false</code> prevent following Redirect (HTTP 301).<code>true</code> by default</dd>
<dt class="optional">requestTimeout</dt> <dt class="optional">requestTimeout</dt>
<dd>If set to a positive number, will override the globally set <code>httpRequestTimeout</code> parameter.</dd> <dd>If set to a positive number of milliseconds, will override the globally set <code>httpRequestTimeout</code> parameter.</dd>
</dl> </dl>
<h3>Outputs</h3> <h3>Outputs</h3>
<dl class="message-properties"> <dl class="message-properties">