mirror of
https://github.com/romanz/electrs.git
synced 2025-02-24 06:57:53 +01:00
Settubg max_open_files
doesn't seem to help with full compactions
This commit is contained in:
parent
1c70addede
commit
4b008809ff
1 changed files with 0 additions and 1 deletions
|
@ -45,7 +45,6 @@ impl DBStore {
|
|||
db_opts.set_target_file_size_base(64 << 20);
|
||||
db_opts.set_write_buffer_size(64 << 20);
|
||||
db_opts.set_disable_auto_compactions(opts.bulk_import);
|
||||
db_opts.set_max_open_files(1024); // default ulimit value
|
||||
|
||||
let mut block_opts = rocksdb::BlockBasedOptions::default();
|
||||
block_opts.set_block_size(256 << 10);
|
||||
|
|
Loading…
Add table
Reference in a new issue