Increase ping timeout

This commit is contained in:
Jakob Borg 2014-05-11 14:30:15 -03:00
parent dfd239ac06
commit b115fca8a9
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ type asyncResult struct {
}
const (
pingTimeout = 2 * time.Minute
pingTimeout = 4 * time.Minute
pingIdleTime = 5 * time.Minute
)