You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kvrocks.apache.org by GitBox <gi...@apache.org> on 2023/02/27 11:32:41 UTC

[GitHub] [incubator-kvrocks] xiaobiaozhao created a discussion: Enable max_background_jobs

GitHub user xiaobiaozhao created a discussion: Enable max_background_jobs

Use `max_background_jobs` instead of `max_background_compactions` and `max_background_flushes`

https://github.com/facebook/rocksdb/blob/main/include/rocksdb/options.h#L699

GitHub link: https://github.com/apache/incubator-kvrocks/discussions/1284

----
This is an automatically sent email for issues@kvrocks.apache.org.
To unsubscribe, please send an email to: issues-unsubscribe@kvrocks.apache.org


[GitHub] [incubator-kvrocks] torwig added a comment to the discussion: Enable max_background_jobs

Posted by GitBox <gi...@apache.org>.
GitHub user torwig added a comment to the discussion: Enable max_background_jobs

Since `max_background_compactions` and `max_background_flushes` are deprecated, I think it's a good idea to replace them with `max_background_jobs`.

GitHub link: https://github.com/apache/incubator-kvrocks/discussions/1284#discussioncomment-5146564

----
This is an automatically sent email for issues@kvrocks.apache.org.
To unsubscribe, please send an email to: issues-unsubscribe@kvrocks.apache.org