diff options
Diffstat (limited to 'ubnt_unifi.php')
-rw-r--r-- | ubnt_unifi.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ubnt_unifi.php b/ubnt_unifi.php index 821d1f0..2b5726b 100644 --- a/ubnt_unifi.php +++ b/ubnt_unifi.php @@ -587,7 +587,7 @@ while(numchild($child, $maxproc)){ //Receive the raw data segments and wait for $raw = @array_merge($raw, @json_decode($ret, true)); shmop_write($shm,"\0\0\0\0\0", 0); } - usleep(1); //Less cpu load + usleep(100); //Less cpu load } sem_remove($sf); |