Remove db-auto-remove-logs

This commit is contained in:
Miguel Herranz
2017-01-10 11:49:45 +01:00
parent 1229c68587
commit aff28178e6
3 changed files with 0 additions and 9 deletions

View File

@@ -111,11 +111,6 @@ namespace command_line
, "Max number of threads to use when preparing block hashes in groups."
, 4
};
const command_line::arg_descriptor<uint64_t> arg_db_auto_remove_logs = {
"db-auto-remove-logs"
, "For BerkeleyDB only. Remove transactions logs automatically."
, 1
};
const command_line::arg_descriptor<uint64_t> arg_show_time_stats = {
"show-time-stats"
, "Show time-stats when processing blocks/txs and disk synchronization."