mirror of
https://github.com/monero-project/monero.git
synced 2026-01-11 20:45:37 -08:00
cryptonote_protocol: large block sync size before v4
This commit is contained in:
@@ -129,8 +129,8 @@ namespace command_line
|
||||
};
|
||||
const command_line::arg_descriptor<size_t> arg_block_sync_size = {
|
||||
"block-sync-size"
|
||||
, "How many blocks to sync at once during chain synchronization."
|
||||
, BLOCKS_SYNCHRONIZING_DEFAULT_COUNT
|
||||
, "How many blocks to sync at once during chain synchronization (0 = adaptive)."
|
||||
, 0
|
||||
};
|
||||
const command_line::arg_descriptor<std::string> arg_check_updates = {
|
||||
"check-updates"
|
||||
|
||||
Reference in New Issue
Block a user