mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 06:06:44 +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{
|
CacheTrieJournalFlag = &cli.StringFlag{
|
||||||
Name: "cache.trie.journal",
|
Name: "cache.trie.journal",
|
||||||
Usage: "Disk journal directory for trie cache to survive node restarts",
|
Usage: "Disk journal directory for trie cache to survive node restarts (experimental, default is disabled)",
|
||||||
Value: "trie-journal.rlp",
|
|
||||||
Category: flags.PerfCategory,
|
Category: flags.PerfCategory,
|
||||||
}
|
}
|
||||||
CacheGCFlag = &cli.IntFlag{
|
CacheGCFlag = &cli.IntFlag{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue