Skip to content

Commit

Permalink
Increase ping timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
calmh committed May 11, 2014
1 parent dfd239a commit b115fca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocol/protocol.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ type asyncResult struct {
}

const (
pingTimeout = 2 * time.Minute
pingTimeout = 4 * time.Minute
pingIdleTime = 5 * time.Minute
)

Expand Down

0 comments on commit b115fca

Please sign in to comment.