mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 15:47:21 +00:00
eth: revert accidental ethash cache dir change
This commit is contained in:
parent
65e1095c3f
commit
6d359dbcc6
1 changed files with 1 additions and 0 deletions
|
|
@ -34,6 +34,7 @@ import (
|
|||
// DefaultConfig contains default settings for use on the Ethereum main net.
|
||||
var DefaultConfig = Config{
|
||||
SyncMode: downloader.FastSync,
|
||||
EthashCacheDir: "ethash",
|
||||
EthashCachesInMem: 2,
|
||||
EthashCachesOnDisk: 3,
|
||||
EthashDatasetsInMem: 1,
|
||||
|
|
|
|||
Loading…
Reference in a new issue