Skip to content

Commit 0914e39

Browse files
authored
fix: block-cache & blob-cache bug (#3105)
1 parent 45d39a7 commit 0914e39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pika_conf.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -681,7 +681,7 @@ int PikaConf::Load() {
681681
if (blob_garbage_collection_force_threshold_ <= 0) {
682682
blob_garbage_collection_force_threshold_ = 1.0;
683683
}
684-
GetConfInt64("blob-cache", &block_cache_);
684+
GetConfInt64("blob-cache", &blob_cache_);
685685
GetConfInt64("blob-num-shard-bits", &blob_num_shard_bits_);
686686

687687
// throttle-bytes-per-second

0 commit comments

Comments
 (0)