From f6f09721658fc7b2deb4355351604db7abc9c4bb Mon Sep 17 00:00:00 2001 From: GoEdgeLab Date: Mon, 8 Aug 2022 16:16:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=96=87=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../js/components/server/http-request-limit-config-box.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/public/js/components/server/http-request-limit-config-box.js b/web/public/js/components/server/http-request-limit-config-box.js index 648e3639..e6e40f0e 100644 --- a/web/public/js/components/server/http-request-limit-config-box.js +++ b/web/public/js/components/server/http-request-limit-config-box.js @@ -62,7 +62,7 @@ Vue.component("http-request-limit-config-box", { - 是否启用 + 启用 @@ -73,14 +73,14 @@ Vue.component("http-request-limit-config-box", { 最大并发连接数 -

当前服务最大并发连接数。为0表示不限制。

+

当前服务最大并发连接数,超出此限制则响应用户429代码。为0表示不限制。

单IP最大并发连接数 -

单IP最大连接数,统计单个IP总连接数时不区分服务。为0表示不限制。

+

单IP最大连接数,统计单个IP总连接数时不区分服务,超出此限制则响应用户429代码。为0表示不限制。