Update config.go

This commit is contained in:
Ethereum Inc 2018-03-12 23:51:12 +05:30 committed by GitHub
parent 20cbf5dffd
commit bfba00bb7f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,7 +43,7 @@ var DefaultConfig = Config{
DatasetsInMem: 1,
DatasetsOnDisk: 2,
},
NetworkId: 1,
NetworkId: 101,
LightPeers: 100,
DatabaseCache: 768,
TrieCache: 256,