No way to SetBackgroundThreads ( High and Low) by options file (ini format)
Open
- Dominant language
- C++
- Stars
- 32.1k
- Forks
- 6.9k
- Avg merge
- 32m
- Merged PRs (30d)
- 1
Description
> Note: Please use Issues only for bug reports. For questions, discussions, feature requests, etc. post to dev group: https://groups.google.com/forum/#!forum/rocksdb or https://www.facebook.com/groups/rocksdb.dev
### Expected behavior
i want to use DBOptions section file, which like in https://github.com/facebook/rocksdb/blob/master/examples/rocksdb_option_file_example.ini
to set high and low background threads
### Actual behavior
options.env->SetBackgroundThreads(4, rocksdb::Env::LOW);
options.env->SetBackgroundThreads(8, rocksdb::Env::HIGH);
### Steps to reproduce the behavior
Contributor guide
Assessment
This issue has not been assessed yet.