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

Updates for some recent PRs with new CLI commands #245

Merged
merged 1 commit into from
Mar 4, 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
12 changes: 12 additions & 0 deletions docs/commands/command-line-interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,14 @@ Increase block processor allowed blocks queue size before dropping live network
### --block_processor_verification_size
Increase batch signature verification size in block processor, default 0 (limited by config signature_checker_threads), unlimited for fast_bootstrap

### --inactive_votes_cache_size
_version 21.0+_
Increase cached votes without active elections size, default 16384

### --vote_processor_capacity
_version 21.0+_
Vote processor queue size before dropping votes, default 144k

### --disable_backup
Turn off automatic wallet backup process

Expand Down Expand Up @@ -219,5 +227,9 @@ Prevent drop of all unchecked entries at node/wallet start
_version 21.0+_
Turn on use of the UDP live network.

### --allow_bootstrap_peers_duplicates
_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