From 1f2684e71ba095284534a2249c96f0bdb478a183 Mon Sep 17 00:00:00 2001 From: GoEdgeLab Date: Sun, 19 Dec 2021 18:56:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=96=87=E5=AD=97=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E7=AD=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/public/js/components.js | 4 ++-- .../js/components/server/http-request-limit-config-box.js | 4 ++-- web/views/@default/@layout.js | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/web/public/js/components.js b/web/public/js/components.js index b1e7eea7..563b7cf8 100755 --- a/web/public/js/components.js +++ b/web/public/js/components.js @@ -2818,14 +2818,14 @@ Vue.component("http-request-limit-config-box", { 最大并发连接数 -

为0表示不限制。

+

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

单IP最大并发连接数 -

为0表示不限制。

+

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

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 d8a171d1..648e3639 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 @@ -73,14 +73,14 @@ Vue.component("http-request-limit-config-box", { 最大并发连接数 -

为0表示不限制。

+

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

单IP最大并发连接数 -

为0表示不限制。

+

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

diff --git a/web/views/@default/@layout.js b/web/views/@default/@layout.js index c0fa397b..001bb703 100644 --- a/web/views/@default/@layout.js +++ b/web/views/@default/@layout.js @@ -126,7 +126,7 @@ Tea.context(function () { .done(function () { this.$delay(function () { this.loadNodeTasks() - }, 3000) + }, 5000) }) }