cmd, core/state: allow configurable trie cache generations

This commit is contained in:
Péter Szilágyi
2016-10-19 14:55:13 +03:00
parent ca49510e6d
commit 4f46bd19d0
5 changed files with 29 additions and 12 deletions

View File

@ -73,7 +73,13 @@ var AppHelpFlagGroups = []flagGroup{
utils.IdentityFlag,
utils.FastSyncFlag,
utils.LightKDFFlag,
},
},
{
Name: "PERFORMANCE TUNING",
Flags: []cli.Flag{
utils.CacheFlag,
utils.TrieCacheGenFlag,
},
},
{