Skip to content

Commit

Permalink
Increased KeepAlive timeout threshold to be 3 keep alives
Browse files Browse the repository at this point in the history
- This will also raise the timeout warn threshold
- I was unable to see scenarios when keep alive warn was being triggered
inaccurately but raising this threshold will ensure correctness

#1211
  • Loading branch information
NTaylorMullen committed Jan 2, 2013
1 parent 1f5e0b5 commit 054119b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -225,7 +225,7 @@

disconnectTimeout: 40000, // This should be set by the server in response to the negotiate request (40s default)

keepAliveTimeoutCount: 2,
keepAliveTimeoutCount: 3,

keepAliveWarnAt: 2 / 3, // Warn user of slow connection if we breach the X% mark of the keep alive timeout

Expand Down

0 comments on commit 054119b

Please sign in to comment.