mirror of
https://github.com/monero-project/monero.git
synced 2026-01-10 20:23:44 -08:00
core: make the sync chunk block count overridable
This commit is contained in:
@@ -30,6 +30,7 @@
|
||||
|
||||
#include "command_line.h"
|
||||
#include "string_tools.h"
|
||||
#include "cryptonote_config.h"
|
||||
|
||||
namespace command_line
|
||||
{
|
||||
@@ -92,4 +93,9 @@ namespace command_line
|
||||
, "Show time-stats when processing blocks/txs and disk synchronization."
|
||||
, 0
|
||||
};
|
||||
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
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user