cryptonote_protocol: large block sync size before v4

This commit is contained in:
moneromooo-monero
2017-08-16 21:19:53 +01:00
parent 7b74760756
commit 5a283078ec
7 changed files with 17 additions and 8 deletions

View File

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