disable by default

Signed-off-by: jsvisa <delweng@gmail.com>
This commit is contained in:
jsvisa 2025-06-18 07:59:38 +00:00 committed by Gary Rong
parent bc358d5202
commit 82d57f9377

View file

@ -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{