torwig commented on code in PR #1215:
URL:
https://github.com/apache/incubator-kvrocks/pull/1215#discussion_r1068202018
##########
src/storage/storage.cc:
##########
@@ -103,6 +103,11 @@ void Storage::SetWriteOptions(const
Config::RocksDB::WriteOptions &config) {
write_opts_.memtable_insert_hint_per_batch =
config.memtable_insert_hint_per_batch;
}
+void Storage::SetReadOptions(rocksdb::ReadOptions &read_options) {
Review Comment:
I meant that the `Storage` class stores the `write_options` variable as its
member, but the `ReadOptions` is passed to the iterator's constructor.
--
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]