aboutsummaryrefslogtreecommitdiffstats
path: root/eth
diff options
context:
space:
mode:
Diffstat (limited to 'eth')
-rw-r--r--eth/config.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/eth/config.go b/eth/config.go
index cbd02416b..1398a5514 100644
--- a/eth/config.go
+++ b/eth/config.go
@@ -49,6 +49,7 @@ var DefaultConfig = Config{
TrieCache: 256,
TrieTimeout: 60 * time.Minute,
MinerGasPrice: big.NewInt(18 * params.Shannon),
+ MinerRecommit: 3 * time.Second,
TxPool: core.DefaultTxPoolConfig,
GPO: gasprice.Config{