fix: NET图表最小量程100KB/s (102400 B/s)

This commit is contained in:
qinglong
2026-06-14 09:04:28 +08:00
parent fd5a820584
commit f20cb7c76b
+1
View File
@@ -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) {}
}