mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-29 18:40:06 +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 RefreshDataSync();
|
||||
|
||||
boost::asio::thread_pool providerThreadPool_ {1u};
|
||||
boost::asio::thread_pool providerThreadPool_ {2u};
|
||||
|
||||
const std::string radarId_;
|
||||
const common::RadarProductGroup group_;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue