mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 14:50:05 +00:00
Add an additional provider thread pool
This commit is contained in:
parent
a952d890e6
commit
a43c2df13f
1 changed files with 1 additions and 1 deletions
|
|
@ -118,7 +118,7 @@ public:
|
||||||
void RefreshData();
|
void RefreshData();
|
||||||
void RefreshDataSync();
|
void RefreshDataSync();
|
||||||
|
|
||||||
boost::asio::thread_pool providerThreadPool_ {1u};
|
boost::asio::thread_pool providerThreadPool_ {2u};
|
||||||
|
|
||||||
const std::string radarId_;
|
const std::string radarId_;
|
||||||
const common::RadarProductGroup group_;
|
const common::RadarProductGroup group_;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue