Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add launch flag --disable_block_processor_unchecked_deletion #291

Merged
merged 1 commit into from
May 26, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion docs/commands/command-line-interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,10 @@ Prevent drop of all unchecked entries at node/wallet start
_version 21.0+_
Do not provide any telemetry data to nodes requesting it. Responses are still made to requests, but they will have an empty payload.

### --disable_block_processor_unchecked_deletion
_version 21.0+_
Disable deletion of unchecked blocks after processing.

### --enable_udp
_version 21.0+_
Turn on use of the UDP live network.
Expand All @@ -194,7 +198,7 @@ _version 21.0+_
Allow multiple connections to the same peer in bootstrap attempts

### --fast_bootstrap
Increase bootstrap processor limits to allow more blocks before hitting full state and verify/write more per database call. Also disable deletion of processed unchecked blocks
Increase bootstrap processor limits to allow more blocks before hitting full state and verify/write more per database call. Also disable deletion of processed unchecked blocks.


## Debug commands
Expand Down