Skip to content

Commit a3f779b

Browse files
committed
fix atomi
1 parent 13f1d46 commit a3f779b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/pika_conf.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -853,7 +853,7 @@ class PikaConf : public pstd::BaseConf {
853853
std::string bgsave_path_;
854854
std::string bgsave_prefix_;
855855
std::string pidfile_;
856-
bool slow_cmd_pool_;
856+
std::atomic<bool> slow_cmd_pool_;
857857

858858
std::string compression_;
859859
std::string compression_per_level_;

0 commit comments

Comments
 (0)