Skip to content

Commit

Permalink
Increase keep-alive timeout to 60s
Browse files Browse the repository at this point in the history
Temporarily increase the keep-alive timeout to 60s.
  • Loading branch information
karknu committed Aug 11, 2020
1 parent b2b6261 commit e5f599f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -79,7 +79,7 @@ timeLimitsKeepAlive = ProtocolTimeLimits { timeLimitForState }
timeLimitForState :: PeerHasAgency (pr :: PeerRole) (st :: KeepAlive)
-> Maybe DiffTime
timeLimitForState (ClientAgency TokClient) = waitForever
timeLimitForState (ServerAgency TokServer) = shortWait
timeLimitForState (ServerAgency TokServer) = Just 60 -- TODO: #2505 should be 10s.


codecKeepAliveId
Expand Down

0 comments on commit e5f599f

Please sign in to comment.