mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 01:43:47 +00:00
Update config.go
This commit is contained in:
parent
20cbf5dffd
commit
bfba00bb7f
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ var DefaultConfig = Config{
|
|||
DatasetsInMem: 1,
|
||||
DatasetsOnDisk: 2,
|
||||
},
|
||||
NetworkId: 1,
|
||||
NetworkId: 101,
|
||||
LightPeers: 100,
|
||||
DatabaseCache: 768,
|
||||
TrieCache: 256,
|
||||
|
|
|
|||
Loading…
Reference in a new issue