Merge pull request #1415 from ethcore/removebadpruningoptions

Remove experimental pruning options.
This commit is contained in:
Arkadiy Paronyan 2016-06-24 16:16:48 +02:00 committed by GitHub
commit 29e2ba91a7
1 changed files with 1 additions and 5 deletions

View File

@ -154,13 +154,9 @@ Footprint Options:
off. auto uses last used value of this option (off
if it does not exist) [default: auto].
--pruning METHOD Configure pruning of the state/storage trie. METHOD
may be one of auto, archive, fast, basic, light:
may be one of auto, archive, fast:
archive - keep all state trie data. No pruning.
fast - maintain journal overlay. Fast but 50MB used.
basic - reference count in disk DB. Slow, light, and
experimental!
light - early merges with partial tracking. Fast,
light, and experimental!
auto - use the method most recently synced or
default to fast if none synced [default: auto].
--cache-pref-size BYTES Specify the prefered size of the blockchain cache in