mirror of
https://github.com/monero-project/monero.git
synced 2026-01-15 22:32:40 -08:00
Remove db-auto-remove-logs
This commit is contained in:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user