Less jumpy throughput number

This commit is contained in:
Herbert Wolverson 2025-01-31 13:11:19 -06:00
parent b9e38ccb68
commit 98a8c38a55

View File

@ -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)) {