From 2452e4d25a1e35d8ce743b43015c239b68165175 Mon Sep 17 00:00:00 2001 From: Zixiang Wei Date: Thu, 11 Jan 2024 11:38:24 +0800 Subject: [PATCH] Update feature.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 这里应该是第二种 --- docs/feature.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/feature.md b/docs/feature.md index 91ca416..e46c8a5 100644 --- a/docs/feature.md +++ b/docs/feature.md @@ -201,7 +201,7 @@ health_check_target=127.0.0.1:8083,127.0.0.1:8082 第一种是http模式,也就是以get的方式请求目标+url,返回状态码为200表示成功 -第一种是tcp模式,也就是以tcp的方式与目标建立连接,能成功建立连接表示成功 +第二种是tcp模式,也就是以tcp的方式与目标建立连接,能成功建立连接表示成功 如果失败次数超过`health_check_max_failed`,nps则会移除该npc下的所有该目标,如果失败后目标重新上线,nps将自动将目标重新加入。