We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45d39a7 commit 0914e39Copy full SHA for 0914e39
1 file changed
src/pika_conf.cc
@@ -681,7 +681,7 @@ int PikaConf::Load() {
681
if (blob_garbage_collection_force_threshold_ <= 0) {
682
blob_garbage_collection_force_threshold_ = 1.0;
683
}
684
- GetConfInt64("blob-cache", &block_cache_);
+ GetConfInt64("blob-cache", &blob_cache_);
685
GetConfInt64("blob-num-shard-bits", &blob_num_shard_bits_);
686
687
// throttle-bytes-per-second
0 commit comments