mirror of
https://github.com/unraid/webgui.git
synced 2026-05-09 05:41:17 -05:00
Merge pull request #2343 from bergware/master
Dashboard: fix network speed calculation
This commit is contained in:
@@ -161,7 +161,8 @@ while (true) {
|
||||
|
||||
publish_noDupe('update3',json_encode($echo));
|
||||
ping('dashboardPing');
|
||||
|
||||
|
||||
sleep(1);
|
||||
$time0 = $time1;
|
||||
$time1 = microtime(true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user