Skip to content

Commit

Permalink
fix:slotmigrate rewrite yes (#2548)
Browse files Browse the repository at this point in the history
Co-authored-by: chejinge <[email protected]>
  • Loading branch information
chejinge and brother-jin authored Mar 25, 2024
1 parent 373dbd5 commit fa0be22
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 @@ -715,7 +715,7 @@ int PikaConf::ConfigRewrite() {
SetConfInt("level0-slowdown-writes-trigger", level0_slowdown_writes_trigger_);
SetConfInt("level0-file-num-compaction-trigger", level0_file_num_compaction_trigger_);
SetConfInt64("arena-block-size", arena_block_size_);
SetConfInt64("slotmigrate", slotmigrate_);
SetConfStr("slotmigrate", slotmigrate_.load() ? "yes" : "no");
// slaveof config item is special
SetConfStr("slaveof", slaveof_);
// cache config
Expand Down

0 comments on commit fa0be22

Please sign in to comment.