Merge PR #5579: Fix Restart application issue

This commit is contained in:
Aditya
2020-02-06 15:58:32 -05:00
committed by GitHub
parent 53bf2271d5
commit dba80caec0
10 changed files with 394 additions and 122 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ default, the application will run with Tendermint in process.
Pruning options can be provided via the '--pruning' flag. The options are as follows:
syncable: only those states not needed for state syncing will be deleted (keeps last 100 + every 10000th)
syncable: only those states not needed for state syncing will be deleted (flushes every 100th to disk and keeps every 10000th)
nothing: all historic states will be saved, nothing will be deleted (i.e. archiving node)
everything: all saved states will be deleted, storing only the current state