Disable thresholding by default

This commit is contained in:
Dan Paulat 2023-08-02 20:24:28 -05:00
parent a536d46bb4
commit 4ff95094a3

View file

@ -76,7 +76,7 @@ public:
std::string name_; std::string name_;
std::shared_ptr<gr::Placefile> placefile_; std::shared_ptr<gr::Placefile> placefile_;
bool enabled_; bool enabled_;
bool thresholded_ {true}; bool thresholded_ {false};
boost::asio::thread_pool threadPool_ {1u}; boost::asio::thread_pool threadPool_ {1u};
boost::asio::steady_timer refreshTimer_ {threadPool_}; boost::asio::steady_timer refreshTimer_ {threadPool_};
std::mutex refreshMutex_ {}; std::mutex refreshMutex_ {};