Skip to content

Commit c4b2365

Browse files
authored
README: fast mark upstream UP on start is alive
1 parent d6002f0 commit c4b2365

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,9 @@ check
4343
-----
4444
* **syntax**: `check interval=milliseconds [fall=count] [rise=count]
4545
[timeout=milliseconds] [default_down=true|false]
46+
[fast_upstream_init=true|false]
4647
[type=tcp|http|https|ssl_hello|mysql|ajp|fastcgi]`
47-
* **default**: `none` parameters are `interval=30000 fall=5 rise=2 timeout=1000 default_down=true type=tcp`
48+
* **default**: `none` parameters are `interval=30000 fall=5 rise=2 timeout=1000 default_down=true fast_upstream_init=false type=tcp`
4849
* **context**: `upstream`
4950

5051
Add the health check for the upstream servers.
@@ -55,6 +56,7 @@ The parameters' meanings are:
5556
* `rise`(`rise_count`): After rise_count check success, the server is marked up.
5657
* `timeout`: the check request's timeout.
5758
* `default_down`: set initial state of backend server, default is down.
59+
* `fast_upstream_init`: feature for fast mark upstream UP on start is alive.
5860
* `port`: specify the check port in the backend servers.
5961
It can be different with the original servers port.
6062
Default the port is 0 and it means the same as the original backend server.

0 commit comments

Comments
 (0)