mirror of
https://github.com/tobychui/zoraxy.git
synced 2025-06-26 17:31:45 +02:00
Fixed #600
- Added experimental fix to memory issue (not sure if this is related but it seems after uncommenting these the memory issue no longer show up on Firefox and Edge)
This commit is contained in:
@ -713,8 +713,8 @@
|
||||
}
|
||||
|
||||
function updateChart() {
|
||||
//networkStatisticChart.data.datasets[0].data = rxValues;
|
||||
//networkStatisticChart.data.datasets[1].data = txValues;
|
||||
networkStatisticChart.data.datasets[0].data = rxValues;
|
||||
networkStatisticChart.data.datasets[1].data = txValues;
|
||||
if (networkStatisticChart != undefined){
|
||||
networkStatisticChart.update();
|
||||
}
|
||||
|
Reference in New Issue
Block a user