Skip to content

Commit

Permalink
unstable
Browse files Browse the repository at this point in the history
  • Loading branch information
brother-jin committed Mar 22, 2024
1 parent c21abcf commit 88f3ace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pika_conf.cc
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ int PikaConf::Load() {
}

// arena_block_size
GetConfInt64Human("slotmigrate-thread-num_", &slotmigrate_thread_num_);
GetConfInt64Human("slotmigrate-thread-num", &slotmigrate_thread_num_);
if (slotmigrate_thread_num_ < 0 || slotmigrate_thread_num_ > 24) {
slotmigrate_thread_num_ = 8; // 1/8 of the write_buffer_size_
}
Expand Down

0 comments on commit 88f3ace

Please sign in to comment.