diff --git a/peer/peer.go b/peer/peer.go index b121ec6625..45157aa941 100644 --- a/peer/peer.go +++ b/peer/peer.go @@ -64,7 +64,7 @@ const ( // // XXX(trn): TODO: Implement and test using per-node and per message // poisson-distributed delays, as used by Bitcoin Core, post-0.13.0. - DefaultTrickleInterval = 2 * time.Second + DefaultTrickleInterval = 1 * time.Second // MinAcceptableProtocolVersion is the lowest protocol version that a // connected peer may support.