mirror of
https://github.com/monero-project/monero.git
synced 2025-08-24 17:49:28 -04:00
Remove db-auto-remove-logs
This commit is contained in:
parent
1229c68587
commit
aff28178e6
3 changed files with 0 additions and 9 deletions
|
@ -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."
|
||||
|
|
|
@ -217,7 +217,6 @@ namespace command_line
|
|||
extern const arg_descriptor<std::string> arg_db_sync_mode;
|
||||
extern const arg_descriptor<uint64_t> arg_fast_block_sync;
|
||||
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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue