From f20cb7c76baba6c5e7006852cbafb319b1094bba Mon Sep 17 00:00:00 2001 From: qinglong Date: Sun, 14 Jun 2026 09:04:28 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20NET=E5=9B=BE=E8=A1=A8=E6=9C=80=E5=B0=8F?= =?UTF-8?q?=E9=87=8F=E7=A8=8B100KB/s=20(102400=20B/s)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/sentinel/dashboard.html | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/sentinel/dashboard.html b/plugins/sentinel/dashboard.html index b86cbc6..32637a6 100644 --- a/plugins/sentinel/dashboard.html +++ b/plugins/sentinel/dashboard.html @@ -259,6 +259,7 @@ if (charts.mem) charts.mem.update(memVal); if (charts.net) { charts.net.update(net.rx_bytes_sec||0, net.tx_bytes_sec||0); + charts.net.maxVal = Math.max(charts.net.maxVal, 102400); } } catch(e) {} }