git-hulk opened a new issue, #612: URL: https://github.com/apache/incubator-kvrocks/issues/612
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-kvrocks/issues) and found no similar issues. ### Motivation PR https://github.com/apache/incubator-kvrocks/pull/497,https://github.com/apache/incubator-kvrocks/pull/503 allowed changing the rocksdb options `blob_file_size` and `max_bytes_for_level_base` in-flight. But from the literal, we would think that the unit of these two configurations should be bytes(like `max_bytes_for_level_base`), but in fact was MiB. So it should be a good idea to change them with the right unit, this will NOT break the behavior since we didn't release those features yet. ### Solution _No response_ ### Are you willing to submit a PR? - [ ] I'm willing to submit a PR! -- 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]
