MAXLAN: Workaround reconnect hang (thanks to Markus M.)

git-svn-id: https://svn.fhem.de/fhem/trunk@3089 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
mgehre
2013-04-20 07:40:30 +00:00
parent 73b540d308
commit 38be464bfd

View File

@@ -19,7 +19,7 @@ sub MAXLAN_Send(@);
sub MAXLAN_RequestConfiguration($$);
sub MAXLAN_RemoveDevice($$);
my $reconnect_interval = 2; #seconds
my $reconnect_interval = 540; #seconds
#the time it takes after sending one command till we see its effect in the L: response
my $roundtriptime = 3; #seconds