Skip to content

Commit 88f3ace

Browse files
committed
unstable
1 parent c21abcf commit 88f3ace

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
@@ -279,7 +279,7 @@ int PikaConf::Load() {
279279
}
280280

281281
// arena_block_size
282-
GetConfInt64Human("slotmigrate-thread-num_", &slotmigrate_thread_num_);
282+
GetConfInt64Human("slotmigrate-thread-num", &slotmigrate_thread_num_);
283283
if (slotmigrate_thread_num_ < 0 || slotmigrate_thread_num_ > 24) {
284284
slotmigrate_thread_num_ = 8; // 1/8 of the write_buffer_size_
285285
}

0 commit comments

Comments
 (0)