mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-24 21:56:43 +00:00
disable by default
Signed-off-by: jsvisa <delweng@gmail.com>
This commit is contained in:
parent
bc358d5202
commit
82d57f9377
1 changed files with 1 additions and 2 deletions
|
|
@ -467,8 +467,7 @@ var (
|
|||
}
|
||||
CacheTrieJournalFlag = &cli.StringFlag{
|
||||
Name: "cache.trie.journal",
|
||||
Usage: "Disk journal directory for trie cache to survive node restarts",
|
||||
Value: "trie-journal.rlp",
|
||||
Usage: "Disk journal directory for trie cache to survive node restarts (experimental, default is disabled)",
|
||||
Category: flags.PerfCategory,
|
||||
}
|
||||
CacheGCFlag = &cli.IntFlag{
|
||||
|
|
|
|||
Loading…
Reference in a new issue