mirror of
https://github.com/monero-project/monero.git
synced 2026-01-15 06:13:28 -08:00
build: default to Berkeley DB for 32 bit and ARM
This commit is contained in:
@@ -73,7 +73,7 @@ namespace daemon_args
|
||||
const command_line::arg_descriptor<std::string> arg_db_type = {
|
||||
"db-type"
|
||||
, "Specify database type"
|
||||
, "lmdb"
|
||||
, DEFAULT_DB_TYPE
|
||||
};
|
||||
const command_line::arg_descriptor<uint64_t> arg_prep_blocks_threads = {
|
||||
"prep-blocks-threads"
|
||||
|
||||
Reference in New Issue
Block a user