WyattJia commented on PR #611:
URL:
https://github.com/apache/incubator-kvrocks/pull/611#issuecomment-1141229317
> @WyattJia please check all places where we use `blob_file_size`, and make
sure not to multiple `MiB` In `SetBlobDB`, still `RocksDB.blob_file_size * MiB`
>
> ```
> void Storage::SetBlobDB(rocksdb::ColumnFamilyOptions *cf_options) {
> ...
> cf_options->blob_file_size = config_->RocksDB.blob_file_size * MiB;
> ...
> }
> ```
Thanks for reminding, I've checked unit `about blob_file_size` , @tisonkun
@ShooterIT please check and review my changes, extremely grateful!
--
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]