Merge pull request #1006

5bba2fd More for PR#999 (Howard Chu)
pull/95/head
Riccardo Spagni 8 years ago
commit 69f200c7fb
No known key found for this signature in database
GPG Key ID: 55432DF31CCD4FCD

@ -69,7 +69,7 @@ namespace command_line
const command_line::arg_descriptor<std::string> arg_db_sync_mode = { const command_line::arg_descriptor<std::string> arg_db_sync_mode = {
"db-sync-mode" "db-sync-mode"
, "Specify sync option, using format [safe|fast|fastest]:[sync|async]:[nblocks_per_sync]." , "Specify sync option, using format [safe|fast|fastest]:[sync|async]:[nblocks_per_sync]."
, "fastest:async:1000" , "fast:async:1000"
}; };
const command_line::arg_descriptor<uint64_t> arg_fast_block_sync = { const command_line::arg_descriptor<uint64_t> arg_fast_block_sync = {
"fast-block-sync" "fast-block-sync"

Loading…
Cancel
Save