|
2 | 2 | <html lang="en"> |
3 | 3 | <head> |
4 | 4 | <meta charset="utf-8" /> |
5 | | - <title>HAProxy version 3.1-dev9-20 - Configuration Manual</title> |
| 5 | + <title>HAProxy version 3.1-dev9-21 - Configuration Manual</title> |
6 | 6 | <link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" /> |
7 | 7 | <link href="https://raw.githubusercontent.com/thomaspark/bootswatch/v3.3.7/cerulean/bootstrap.min.css" rel="stylesheet" /> |
8 | 8 | <link href="../css/page.css?0.4.2-15" rel="stylesheet" /> |
|
1937 | 1937 |
|
1938 | 1938 | <a class="list-group-item" href="#fix_tag_value">fix_tag_value</a> |
1939 | 1939 |
|
| 1940 | + <a class="list-group-item" href="#force-cfg-parser-pause">force-cfg-parser-pause</a> |
| 1941 | + |
1940 | 1942 | <a class="list-group-item" href="#force-persist">force-persist</a> |
1941 | 1943 |
|
1942 | 1944 | <a class="list-group-item" href="#force-sslv3">force-sslv3</a> |
|
4390 | 4392 | You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br> |
4391 | 4393 | </p> |
4392 | 4394 | <p class="text-right"> |
4393 | | - <small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2024/10/10</b></small> |
| 4395 | + <small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2024/10/11</b></small> |
4394 | 4396 | </p> |
4395 | 4397 | </div> |
4396 | 4398 | <!-- /.sidebar --> |
|
4401 | 4403 | <div class="text-center"> |
4402 | 4404 | <h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1> |
4403 | 4405 | <h2>Configuration Manual</h2> |
4404 | | - <p><strong>version 3.1-dev9-20</strong></p> |
| 4406 | + <p><strong>version 3.1-dev9-21</strong></p> |
4405 | 4407 | <p> |
4406 | 4408 | 2024/10/03<br> |
4407 | 4409 |
|
@@ -9327,7 +9329,22 @@ <h2 id="chapter-3.3" data-target="3.3"><small><a class="small" href="#3.3">3.3.< |
9327 | 9329 | commands when anonymized mode is enabled. This key may also be set at runtime |
9328 | 9330 | from the CLI command "set anon global-key". See also command line argument |
9329 | 9331 | "-dC" in the management manual. |
9330 | | -</pre><a class="anchor" name="quick-exit"></a><a class="anchor" name="3-quick-exit"></a><a class="anchor" name="3.3-quick-exit"></a><a class="anchor" name="quick-exit (Global parameters)"></a><a class="anchor" name="quick-exit (Debugging)"></a><div class="keyword"><b><a class="anchor" name="quick-exit"></a><a href="#3.3-quick-exit">quick-exit</a></b></div><pre class="text">This speeds up the old process exit upon reload by skipping the releasing of |
| 9332 | +</pre><a class="anchor" name="force-cfg-parser-pause"></a><a class="anchor" name="3-force-cfg-parser-pause"></a><a class="anchor" name="3.3-force-cfg-parser-pause"></a><a class="anchor" name="force-cfg-parser-pause (Global parameters)"></a><a class="anchor" name="force-cfg-parser-pause (Debugging)"></a><div class="keyword"><b><a class="anchor" name="force-cfg-parser-pause"></a><a href="#3.3-force-cfg-parser-pause">force-cfg-parser-pause</a></b> <span style="color: #080"><timeout></span></div><pre class="text">This command is pausing the configuration parser for <timeout> milliseconds. |
| 9333 | +This is useful for development or for testing timeouts of init scripts, |
| 9334 | +particularly to simulate a very long reload. |
| 9335 | +It requires the expose-experimental-directives to be set. |
| 9336 | + |
| 9337 | +<timeout> is the timeout value specified in milliseconds by default, but |
| 9338 | + can be in any other unit if the number is suffixed by the unit, |
| 9339 | + as explained at the top of this document. |
| 9340 | +</pre><div class="separator"> |
| 9341 | +<span class="label label-success">Example:</span> |
| 9342 | +<pre class="prettyprint"> |
| 9343 | +<code>global |
| 9344 | + expose-experimental-directives |
| 9345 | + force-cfg-parser-pause 10s |
| 9346 | +</code></pre> |
| 9347 | +</div><a class="anchor" name="quick-exit"></a><a class="anchor" name="3-quick-exit"></a><a class="anchor" name="3.3-quick-exit"></a><a class="anchor" name="quick-exit (Global parameters)"></a><a class="anchor" name="quick-exit (Debugging)"></a><div class="keyword"><b><a class="anchor" name="quick-exit"></a><a href="#3.3-quick-exit">quick-exit</a></b></div><pre class="text">This speeds up the old process exit upon reload by skipping the releasing of |
9331 | 9348 | memory objects and listeners, since all of these are reclaimed by the |
9332 | 9349 | operating system at the process' death. The gains are only marginal (in the |
9333 | 9350 | order of a few hundred milliseconds for huge configurations at most). The |
@@ -31102,7 +31119,7 @@ <h2 id="chapter-11.3" data-target="11.3"><small><a class="small" href="#11.3">11 |
31102 | 31119 | <br> |
31103 | 31120 | <hr> |
31104 | 31121 | <div class="text-right"> |
31105 | | - HAProxy 3.1-dev9-20 – Configuration Manual<br> |
| 31122 | + HAProxy 3.1-dev9-21 – Configuration Manual<br> |
31106 | 31123 | <small>, 2024/10/03</small> |
31107 | 31124 | </div> |
31108 | 31125 | </div> |
|
0 commit comments