forked from cerc-io/plugeth
eth: revert accidental ethash cache dir change
This commit is contained in:
parent
65e1095c3f
commit
6d359dbcc6
@ -34,6 +34,7 @@ import (
|
|||||||
// DefaultConfig contains default settings for use on the Ethereum main net.
|
// DefaultConfig contains default settings for use on the Ethereum main net.
|
||||||
var DefaultConfig = Config{
|
var DefaultConfig = Config{
|
||||||
SyncMode: downloader.FastSync,
|
SyncMode: downloader.FastSync,
|
||||||
|
EthashCacheDir: "ethash",
|
||||||
EthashCachesInMem: 2,
|
EthashCachesInMem: 2,
|
||||||
EthashCachesOnDisk: 3,
|
EthashCachesOnDisk: 3,
|
||||||
EthashDatasetsInMem: 1,
|
EthashDatasetsInMem: 1,
|
||||||
|
Loading…
Reference in New Issue
Block a user