mirror of
https://github.com/romanz/electrs.git
synced 2025-02-24 06:57:53 +01:00
Keep default parallism settings
This commit is contained in:
parent
125bfe0e15
commit
c7b8f57228
1 changed files with 0 additions and 1 deletions
|
@ -44,7 +44,6 @@ impl DBStore {
|
|||
debug!("opening {:?} with {:?}", path, &opts);
|
||||
let mut db_opts = rocksdb::DBOptions::default();
|
||||
db_opts.create_if_missing(true);
|
||||
db_opts.increase_parallelism(2);
|
||||
db_opts.set_keep_log_file_num(10);
|
||||
db_opts.set_compaction_readahead_size(2 << 20);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue