mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 15:16:43 +00:00
cmd/geth: set nocompaction for import chain only
Signed-off-by: jsvisa <delweng@gmail.com>
This commit is contained in:
parent
40ef46736d
commit
eb29fa015a
2 changed files with 1 additions and 1 deletions
|
|
@ -84,6 +84,7 @@ if one is set. Otherwise it prints the genesis from the datadir.`,
|
|||
utils.SnapshotFlag,
|
||||
utils.CacheDatabaseFlag,
|
||||
utils.CacheGCFlag,
|
||||
utils.NoCompactionFlag,
|
||||
utils.MetricsEnabledFlag,
|
||||
utils.MetricsEnabledExpensiveFlag,
|
||||
utils.MetricsHTTPFlag,
|
||||
|
|
|
|||
|
|
@ -142,7 +142,6 @@ var (
|
|||
utils.VMTraceJsonConfigFlag,
|
||||
utils.NetworkIdFlag,
|
||||
utils.EthStatsURLFlag,
|
||||
utils.NoCompactionFlag,
|
||||
utils.GpoBlocksFlag,
|
||||
utils.GpoPercentileFlag,
|
||||
utils.GpoMaxGasPriceFlag,
|
||||
|
|
|
|||
Loading…
Reference in a new issue