peer: increase ping interval to 1 minute

This commit is contained in:
Olaoluwa Osuntokun 2017-01-22 14:35:26 -08:00
parent 4634db4f80
commit 8c4b5ae0fc
No known key found for this signature in database
GPG Key ID: 9CC5B105D03521A2
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ var (
const (
// pingInterval is the interval at which ping messages are sent.
pingInterval = 30 * time.Second
pingInterval = 1 * time.Minute
// outgoingQueueLen is the buffer size of the channel which houses
// messages to be sent across the wire, requested by objects outside