mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2025-02-25 18:55:32 -06:00
Less jumpy throughput number
This commit is contained in:
parent
b9e38ccb68
commit
98a8c38a55
@ -222,7 +222,7 @@ export class ThroughputBpsDash extends BaseDashlet{
|
||||
}
|
||||
|
||||
onMessage(msg) {
|
||||
const RingSize = 10;
|
||||
const RingSize = 60;
|
||||
if (msg.event === "Throughput") {
|
||||
this.tickCount++;
|
||||
if (window.hasLts && this.busy === false && (this.medians === null || this.tickCount > 300)) {
|
||||
|
Loading…
Reference in New Issue
Block a user