mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2025-02-25 18:55:32 -06:00
hopefully a quick fix - oops
This commit is contained in:
parent
41bdefa5e3
commit
b3413411d0
@ -547,7 +547,7 @@ function onTreeEvent(msg) {
|
||||
tpGraph.update(myMessage.current_throughput.down, myMessage.current_throughput.up);
|
||||
rxmitGraph.update(myMessage.current_retransmits.down, myMessage.current_retransmits.up);
|
||||
myMessage.rtts.forEach((rtt) => {
|
||||
rttGraph.update(rtt.nanoseconds);
|
||||
rttGraph.update(rtt);
|
||||
});
|
||||
tpGraph.chart.resize();
|
||||
rxmitGraph.chart.resize();
|
||||
|
Loading…
Reference in New Issue
Block a user