From c84aab80eef8aac753b7f0daeb4b4696d683ce69 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/fhem@3704 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- contrib/PRESENCE/presenced | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/PRESENCE/presenced b/contrib/PRESENCE/presenced index 33e5321f0..5a3b11713 100755 --- a/contrib/PRESENCE/presenced +++ b/contrib/PRESENCE/presenced @@ -380,7 +380,7 @@ local $SIG{HUP} = sub {$nextrun = gettimeofday();}; } } - sleep 0.1; + sleep 1; } } }