2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-03 16:56:54 +00:00

Increasing sleep to 0.3 seconds, as advised by meesus

git-svn-id: https://svn.fhem.de/fhem/trunk@1888 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2012-09-25 06:27:54 +00:00
parent b64661f1de
commit af04296f8e

View File

@ -217,7 +217,7 @@ HMLAN_Write($$$)
# Avoid problems with structure set
# TODO: rewrite it to use a queue+internaltimer like the CUL
select(undef, undef, undef, 0.03);
select(undef, undef, undef, 0.3); # needed for structure set by meesus.
}
#####################################