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

@ -33,7 +33,7 @@ var (
const ( const (
// pingInterval is the interval at which ping messages are sent. // 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 // outgoingQueueLen is the buffer size of the channel which houses
// messages to be sent across the wire, requested by objects outside // messages to be sent across the wire, requested by objects outside