mirror of
https://github.com/tobychui/zoraxy.git
synced 2025-06-03 06:07:20 +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:
parent
b71437058f
commit
8504ff16cb
@ -43,7 +43,7 @@ const (
|
|||||||
/* Build Constants */
|
/* Build Constants */
|
||||||
SYSTEM_NAME = "Zoraxy"
|
SYSTEM_NAME = "Zoraxy"
|
||||||
SYSTEM_VERSION = "3.2.0"
|
SYSTEM_VERSION = "3.2.0"
|
||||||
DEVELOPMENT_BUILD = false /* Development: Set to false to use embedded web fs */
|
DEVELOPMENT_BUILD = true /* Development: Set to false to use embedded web fs */
|
||||||
|
|
||||||
/* System Constants */
|
/* System Constants */
|
||||||
TMP_FOLDER = "./tmp"
|
TMP_FOLDER = "./tmp"
|
||||||
|
@ -713,8 +713,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
function updateChart() {
|
function updateChart() {
|
||||||
//networkStatisticChart.data.datasets[0].data = rxValues;
|
networkStatisticChart.data.datasets[0].data = rxValues;
|
||||||
//networkStatisticChart.data.datasets[1].data = txValues;
|
networkStatisticChart.data.datasets[1].data = txValues;
|
||||||
if (networkStatisticChart != undefined){
|
if (networkStatisticChart != undefined){
|
||||||
networkStatisticChart.update();
|
networkStatisticChart.update();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user