mirror of
https://github.com/unraid/webgui.git
synced 2026-01-19 08:00:24 -06:00
Set Main page update frequency to 1s for better support of mobile devices
This commit is contained in:
@@ -475,6 +475,6 @@ while (true) {
|
||||
|
||||
publish('devices', implode("\0",$echo));
|
||||
publish('arraymonitor', $var['fsState']=='Started' ? 1 : 0);
|
||||
usleep(400000);
|
||||
sleep(1);
|
||||
}
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user