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:
parent
f0c3b99bbe
commit
99b73bf6cb
@ -380,7 +380,7 @@ local $SIG{HUP} = sub {$nextrun = gettimeofday();};
|
||||
}
|
||||
}
|
||||
|
||||
sleep 0.1;
|
||||
sleep 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user