Browse Source

swarm: enable smart dialing by default (#2420)

sukun/identify-filter-nat64-ipv6-addresses
Sukun 1 year ago
committed by GitHub
parent
commit
b38652548a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      config/config.go

2
config/config.go

@ -181,7 +181,7 @@ func (cfg *Config) makeSwarm(eventBus event.Bus, enableMetrics bool) (*swarm.Swa
dialRanker := cfg.DialRanker
if dialRanker == nil {
dialRanker = swarm.NoDelayDialRanker
dialRanker = swarm.DefaultDialRanker
}
opts = append(opts, swarm.WithDialRanker(dialRanker))

Loading…
Cancel
Save