diff --git a/peer.go b/peer.go index 95e80a47..c36c91ac 100644 --- a/peer.go +++ b/peer.go @@ -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