diff --git a/p2p/host.go b/p2p/host.go index a3452d8cd9..0337f46e48 100644 --- a/p2p/host.go +++ b/p2p/host.go @@ -86,6 +86,7 @@ func DefaultConfig() Config { GossipQueueSize: 50000, GossipValidationThrottle: 50000, GossipAtxValidationThrottle: 50000, + GossipEvictionStrategy: timecache.Strategy_LastSeen, PingInterval: time.Second, EnableTCPTransport: true, EnableQUICTransport: false,