Add an additional provider thread pool

This commit is contained in:
Dan Paulat 2025-09-06 23:09:15 -05:00
parent a952d890e6
commit a43c2df13f

View file

@ -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_;