Skip to content

Commit

Permalink
fix atomi
Browse files Browse the repository at this point in the history
  • Loading branch information
brother-jin committed Jun 13, 2024
1 parent 13f1d46 commit a3f779b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/pika_conf.h
Original file line number Diff line number Diff line change
Expand Up @@ -853,7 +853,7 @@ class PikaConf : public pstd::BaseConf {
std::string bgsave_path_;
std::string bgsave_prefix_;
std::string pidfile_;
bool slow_cmd_pool_;
std::atomic<bool> slow_cmd_pool_;

std::string compression_;
std::string compression_per_level_;
Expand Down

0 comments on commit a3f779b

Please sign in to comment.