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