diff --git a/docs/dev/configuration.html b/docs/dev/configuration.html index e36eb2e..70fe114 100644 --- a/docs/dev/configuration.html +++ b/docs/dev/configuration.html @@ -2,7 +2,7 @@ - HAProxy version 3.1-dev9-20 - Configuration Manual + HAProxy version 3.1-dev9-21 - Configuration Manual @@ -1937,6 +1937,8 @@ fix_tag_value + force-cfg-parser-pause + force-persist force-sslv3 @@ -4390,7 +4392,7 @@ You can use left and right arrow keys to navigate between chapters.

- Converted with haproxy-dconv v0.4.2-15 on 2024/10/10 + Converted with haproxy-dconv v0.4.2-15 on 2024/10/11

@@ -4401,7 +4403,7 @@

Configuration Manual

-

version 3.1-dev9-20

+

version 3.1-dev9-21

2024/10/03
@@ -9327,7 +9329,22 @@

3.3.< commands when anonymized mode is enabled. This key may also be set at runtime from the CLI command "set anon global-key". See also command line argument "-dC" in the management manual. -
This speeds up the old process exit upon reload by skipping the releasing of
+
This command is pausing the configuration parser for <timeout> milliseconds.
+This is useful for development or for testing timeouts of init scripts,
+particularly to simulate a very long reload.
+It requires the expose-experimental-directives to be set.
+
+<timeout> is the timeout value specified in milliseconds by default, but
+            can be in any other unit if the number is suffixed by the unit,
+            as explained at the top of this document.
+
+Example: +
+global
+    expose-experimental-directives
+    force-cfg-parser-pause 10s
+
+
This speeds up the old process exit upon reload by skipping the releasing of
 memory objects and listeners, since all of these are reclaimed by the
 operating system at the process' death. The gains are only marginal (in the
 order of a few hundred milliseconds for huge configurations at most). The
@@ -31102,7 +31119,7 @@ 

11

- HAProxy 3.1-dev9-20 – Configuration Manual
+ HAProxy 3.1-dev9-21 – Configuration Manual
, 2024/10/03

diff --git a/docs/dev/intro.html b/docs/dev/intro.html index 804642a..9a6b07a 100644 --- a/docs/dev/intro.html +++ b/docs/dev/intro.html @@ -2,7 +2,7 @@ - HAProxy version 3.1-dev9-20 - Starter Guide + HAProxy version 3.1-dev9-21 - Starter Guide @@ -484,7 +484,7 @@ You can use left and right arrow keys to navigate between chapters.

- Converted with haproxy-dconv v0.4.2-15 on 2024/10/10 + Converted with haproxy-dconv v0.4.2-15 on 2024/10/11

@@ -495,7 +495,7 @@

Starter Guide

-

version 3.1-dev9-20

+

version 3.1-dev9-21


@@ -2515,7 +2515,7 @@

4.4.<

- HAProxy 3.1-dev9-20 – Starter Guide
+ HAProxy 3.1-dev9-21 – Starter Guide
,

diff --git a/docs/dev/management.html b/docs/dev/management.html index 31bd881..caf72be 100644 --- a/docs/dev/management.html +++ b/docs/dev/management.html @@ -2,7 +2,7 @@ - HAProxy version 3.1-dev9-20 - Management Guide + HAProxy version 3.1-dev9-21 - Management Guide @@ -646,7 +646,7 @@ You can use left and right arrow keys to navigate between chapters.

- Converted with haproxy-dconv v0.4.2-15 on 2024/10/10 + Converted with haproxy-dconv v0.4.2-15 on 2024/10/11

@@ -657,7 +657,7 @@

Management Guide

-

version 3.1-dev9-20

+

version 3.1-dev9-21


@@ -5339,7 +5339,7 @@

13

- HAProxy 3.1-dev9-20 – Management Guide
+ HAProxy 3.1-dev9-21 – Management Guide
,