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
This commit is contained in:
markusbloch 2013-08-15 10:26:43 +00:00
parent a78d9f5608
commit c84aab80ee

View File

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