Merge pull request #2343 from bergware/master

Dashboard: fix network speed calculation
This commit is contained in:
tom mortensen
2025-08-27 08:44:03 -07:00
committed by GitHub
+2 -1
View File
@@ -161,7 +161,8 @@ while (true) {
publish_noDupe('update3',json_encode($echo));
ping('dashboardPing');
sleep(1);
$time0 = $time1;
$time1 = microtime(true);
}