mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-23 04:03:49 +00:00
Snap flags docs (#6302)
This commit is contained in:
parent
1b4dbefa95
commit
5f77c8a025
@ -626,7 +626,7 @@ var (
|
||||
}
|
||||
SnapStopFlag = cli.BoolFlag{
|
||||
Name: ethconfig.FlagSnapStop,
|
||||
Usage: "Workaround to stop producing new snapshots, if you meet some snapshots-related critical bug",
|
||||
Usage: "Workaround to stop producing new snapshots, if you meet some snapshots-related critical bug. It will stop move historical data from DB to new immutable snapshots. DB will grow and may slightly slow-down - and removing this flag in future will not fix this effect (db size will not greatly reduce).",
|
||||
}
|
||||
TorrentVerbosityFlag = cli.IntFlag{
|
||||
Name: "torrent.verbosity",
|
||||
|
Loading…
Reference in New Issue
Block a user