From 99b73bf6cbd547873bd8d107f32837386f2b86db Mon Sep 17 00:00:00 2001 From: markusbloch <> Date: Thu, 15 Aug 2013 10:26:43 +0000 Subject: [PATCH] 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 --- fhem/contrib/PRESENCE/presenced | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fhem/contrib/PRESENCE/presenced b/fhem/contrib/PRESENCE/presenced index 33e5321f0..5a3b11713 100755 --- a/fhem/contrib/PRESENCE/presenced +++ b/fhem/contrib/PRESENCE/presenced @@ -380,7 +380,7 @@ local $SIG{HUP} = sub {$nextrun = gettimeofday();}; } } - sleep 0.1; + sleep 1; } } }