Skip to content

Commit

Permalink
Increase ping wait to 1 minute instead of 10 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuildthecloud authored and Craig Jellick committed Aug 30, 2019
1 parent 3d086ba commit 0badea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
)

var (
PingWaitDuration = time.Duration(10 * time.Second)
PingWaitDuration = time.Duration(60 * time.Second)
PingWriteInterval = time.Duration(5 * time.Second)
MaxRead = 8192
)

0 comments on commit 0badea2

Please sign in to comment.