Set Main page update frequency to 1s for better support of mobile devices

This commit is contained in:
bergware
2022-04-10 22:50:34 +02:00
parent 28e3cda86b
commit f792fe9e92

View File

@@ -475,6 +475,6 @@ while (true) {
publish('devices', implode("\0",$echo));
publish('arraymonitor', $var['fsState']=='Started' ? 1 : 0);
usleep(400000);
sleep(1);
}
?>