We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ca244b commit 4582a75Copy full SHA for 4582a75
1 file changed
p2p/discovery.go
@@ -38,7 +38,7 @@ var defaultBootstrapAddrStrings = []string{
38
func NewDiscoveryOptions() DiscoveryOptions {
39
return DiscoveryOptions{
40
MDNS: MDNSOptions{
41
- Enabled: true,
+ Enabled: false,
42
Interval: 1 * time.Minute,
43
},
44
}
0 commit comments