aboutsummaryrefslogtreecommitdiffstats
path: root/eth/config.go
diff options
context:
space:
mode:
Diffstat (limited to 'eth/config.go')
-rw-r--r--eth/config.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/eth/config.go b/eth/config.go
index 90300bc05..7049940d3 100644
--- a/eth/config.go
+++ b/eth/config.go
@@ -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,