diff options
| author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2016-09-24 17:00:19 +0100 |
|---|---|---|
| committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2016-09-24 17:00:19 +0100 |
| commit | 5e3e362c854dd59c5399dbf6fe1a5675826f6732 (patch) | |
| tree | d81eef8351868e035e9bb864c8d744b55a0fba9d /src/common/command_line.h | |
| parent | 53e18cafdfb2bf24e8e0f8dd7355733eb31dc1c4 (diff) | |
| download | monzero-core-5e3e362c854dd59c5399dbf6fe1a5675826f6732.tar.gz monzero-core-5e3e362c854dd59c5399dbf6fe1a5675826f6732.tar.xz monzero-core-5e3e362c854dd59c5399dbf6fe1a5675826f6732.zip | |
core: make the sync chunk block count overridable
Diffstat (limited to 'src/common/command_line.h')
| -rw-r--r-- | src/common/command_line.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/command_line.h b/src/common/command_line.h index 731b8b0bb..0ea749168 100644 --- a/src/common/command_line.h +++ b/src/common/command_line.h @@ -216,4 +216,5 @@ namespace command_line extern const arg_descriptor<uint64_t> arg_prep_blocks_threads; extern const arg_descriptor<uint64_t> arg_db_auto_remove_logs; extern const arg_descriptor<uint64_t> arg_show_time_stats; + extern const arg_descriptor<size_t> arg_block_sync_size; } |
