Skip to content

Commit

Permalink
Disable MDNS by default
Browse files Browse the repository at this point in the history
  • Loading branch information
meyer9 committed May 14, 2019
1 parent 2ca244b commit 4582a75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion p2p/discovery.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ var defaultBootstrapAddrStrings = []string{
func NewDiscoveryOptions() DiscoveryOptions {
return DiscoveryOptions{
MDNS: MDNSOptions{
Enabled: true,
Enabled: false,
Interval: 1 * time.Minute,
},
}
Expand Down

0 comments on commit 4582a75

Please sign in to comment.