2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-12 16:46:35 +00:00

contrib/presenced: changing thread main loop wait to 1 second

git-svn-id: https://svn.fhem.de/fhem/trunk@3704 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
markusbloch 2013-08-15 10:26:43 +00:00
parent f0c3b99bbe
commit 99b73bf6cb

View File

@ -380,7 +380,7 @@ local $SIG{HUP} = sub {$nextrun = gettimeofday();};
}
}
sleep 0.1;
sleep 1;
}
}
}