mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 20:00:05 +00:00
Disable thresholding by default
This commit is contained in:
parent
a536d46bb4
commit
4ff95094a3
1 changed files with 1 additions and 1 deletions
|
|
@ -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_ {};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue