From 4f82e304abe7eed79fc5c98c8277f41e21f4c0cb Mon Sep 17 00:00:00 2001 From: chenbt Date: Thu, 12 Jun 2025 15:16:46 +0800 Subject: [PATCH] fix: block-cache & blob-cache bug --- src/pika_conf.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pika_conf.cc b/src/pika_conf.cc index f0435b4c58..5dee621714 100644 --- a/src/pika_conf.cc +++ b/src/pika_conf.cc @@ -681,7 +681,7 @@ int PikaConf::Load() { if (blob_garbage_collection_force_threshold_ <= 0) { blob_garbage_collection_force_threshold_ = 1.0; } - GetConfInt64("blob-cache", &block_cache_); + GetConfInt64("blob-cache", &blob_cache_); GetConfInt64("blob-num-shard-bits", &blob_num_shard_bits_); // throttle-bytes-per-second