Increasing sleep to 0.3 seconds, as advised by meesus

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@1888 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2012-09-25 06:27:54 +00:00
parent 200e0be8ba
commit 6b01bd94fb

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.
}
#####################################