2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-16 10:46:03 +00:00

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 281a6cb28b
commit 04ee67279d

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