mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-21 20:26:41 +00:00
Disable discv4 by default
This commit is contained in:
parent
da1d57e95d
commit
8041b7caba
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ var DefaultConfig = Config{
|
|||
ListenAddr: ":30303",
|
||||
MaxPeers: 50,
|
||||
NAT: nat.Any(),
|
||||
DiscoveryV4: true,
|
||||
DiscoveryV4: false,
|
||||
DiscoveryV5: true,
|
||||
},
|
||||
DBEngine: "", // Use whatever exists, will default to Pebble if non-existent and supported
|
||||
|
|
|
|||
Loading…
Reference in a new issue