PragmaTwice commented on code in PR #1374: URL: https://github.com/apache/incubator-kvrocks/pull/1374#discussion_r1164266650
########## kvrocks.conf: ########## @@ -587,15 +587,24 @@ rocksdb.target_file_size_base 128 # allowed. rocksdb.max_write_buffer_number 4 +# Maximum number of concurrent background jobs (compactions and flushes). +# For backwards compatibility we will set `max_background_jobs = +# max_background_compactions + max_background_flushes` in the case where user Review Comment: ```suggestion # max_background_compactions + max_background_flushes` in the case where user ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
