mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-16 16:56:04 +00:00
MAX: increase timeouts
git-svn-id: https://svn.fhem.de/fhem/trunk@2307 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
849e5d4ed3
commit
4a98585101
@ -30,7 +30,7 @@ my $reconnect_interval = 2; #seconds
|
||||
#the time it takes after sending one command till we see its effect in the L: response
|
||||
my $roundtriptime = 3; #seconds
|
||||
|
||||
my $read_timeout = 1; #seconds. How long to wait for an answer from the Cube over TCP/IP
|
||||
my $read_timeout = 2; #seconds. How long to wait for an answer from the Cube over TCP/IP
|
||||
|
||||
my $metadata_magic = 0x56;
|
||||
my $metadata_version = 2;
|
||||
|
@ -25,7 +25,7 @@ my $timeBroadcastInterval = 6*60*60; #= 6 hours, the same time that the cube use
|
||||
|
||||
my $resendRetries = 10; #how often resend before giving up?
|
||||
|
||||
my $ackTimeout = 2.3; #seconds: The MAX devices wake up once every second. Making this a fraction increases our change to hit
|
||||
my $ackTimeout = 1.3; #seconds: The MAX devices wake up once every second. Making this a fraction increases our change to hit
|
||||
# the right moment the next time.
|
||||
|
||||
sub
|
||||
|
Loading…
x
Reference in New Issue
Block a user