diff --git a/plugins/dynamix/nchan/device_list b/plugins/dynamix/nchan/device_list index 8345df91a..557ca9cb2 100755 --- a/plugins/dynamix/nchan/device_list +++ b/plugins/dynamix/nchan/device_list @@ -475,6 +475,6 @@ while (true) { publish('devices', implode("\0",$echo)); publish('arraymonitor', $var['fsState']=='Started' ? 1 : 0); - usleep(400000); + sleep(1); } ?>