MAX: increase timeouts

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@2307 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
mgehre
2012-12-09 15:03:53 +00:00
parent 7a3d7a70af
commit 4bd23c4c0e
2 changed files with 2 additions and 2 deletions

View File

@@ -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;

View File

@@ -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