Snap flags docs (#6302)

This commit is contained in:
Alex Sharov 2022-12-14 11:09:13 +07:00 committed by GitHub
parent 1b4dbefa95
commit 5f77c8a025
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",