recommit for updates in build 217

This commit is contained in:
Jenkins ConfDroid
2025-02-12 13:03:16 +01:00
parent 19390f5775
commit 47c71dcd98

View File

@@ -626,7 +626,7 @@ failure.</p>
<span class='type'>(<tt>string</tt>)</span> <span class='type'>(<tt>string</tt>)</span>
<em class="default">(defaults to: <tt>&#39;5000&#39;</tt>)</em> <em class="default">(defaults to: <tt>&#39;10s&#39;</tt>)</em>
&mdash; &mdash;
@@ -645,7 +645,7 @@ succeed.</p>
<span class='type'>(<tt>string</tt>)</span> <span class='type'>(<tt>string</tt>)</span>
<em class="default">(defaults to: <tt>&#39;50000&#39;</tt>)</em> <em class="default">(defaults to: <tt>&#39;50s&#39;</tt>)</em>
&mdash; &mdash;
@@ -663,7 +663,7 @@ succeed.</p>
<span class='type'>(<tt>string</tt>)</span> <span class='type'>(<tt>string</tt>)</span>
<em class="default">(defaults to: <tt>&#39;50000&#39;</tt>)</em> <em class="default">(defaults to: <tt>&#39;50s&#39;</tt>)</em>
&mdash; &mdash;
@@ -871,9 +871,9 @@ $hy_use_redispatch = true,
$hy_max_retries = &#39;3&#39;, $hy_max_retries = &#39;3&#39;,
$hy_timeout_http_request = &#39;10s&#39;, $hy_timeout_http_request = &#39;10s&#39;,
$hy_timeout_queue = &#39;1m&#39;, $hy_timeout_queue = &#39;1m&#39;,
$hy_timeout_connect = &#39;5000&#39;, $hy_timeout_connect = &#39;10s&#39;,
$hy_timeout_client = &#39;50000&#39;, $hy_timeout_client = &#39;50s&#39;,
$hy_timeout_server = &#39;50000&#39;, $hy_timeout_server = &#39;50s&#39;,
$hy_timeout_http_keep_alive = &#39;10s&#39;, $hy_timeout_http_keep_alive = &#39;10s&#39;,
$hy_timeout_check = &#39;10s&#39;, $hy_timeout_check = &#39;10s&#39;,