You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-08 14:22:09 +03:00
MCOL-1128 Allow exeMgrThreadPool to use unlimited threads. The number will be limited by the number of sessions allowed in server.
This commit is contained in:
@@ -24,7 +24,7 @@ using namespace std;
|
||||
using namespace joblist;
|
||||
using namespace messageqcpp;
|
||||
|
||||
threadpool::ThreadPool FEMsgHandler::threadPool(50,100);
|
||||
threadpool::ThreadPool FEMsgHandler::threadPool;
|
||||
|
||||
namespace {
|
||||
|
||||
|
Reference in New Issue
Block a user