core: make the sync chunk block count overridable

This commit is contained in:
moneromooo-monero
2016-09-24 17:00:19 +01:00
parent 53e18cafdf
commit 5e3e362c85
5 changed files with 23 additions and 2 deletions
+1
View File
@@ -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;
}