You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-10-31 18:30:33 +03:00
increase procmgr wait for procmon start timeout value. 60 to 120. needed for amazon
This commit is contained in:
@@ -502,7 +502,7 @@ static void startMgrProcessThread()
|
|||||||
ModuleTypeConfig PMSmoduletypeconfig;
|
ModuleTypeConfig PMSmoduletypeconfig;
|
||||||
ALARMManager aManager;
|
ALARMManager aManager;
|
||||||
|
|
||||||
int waitTime = 60;
|
int waitTime = 120;
|
||||||
|
|
||||||
log.writeLog(__LINE__, "startMgrProcessThread launched", LOG_TYPE_DEBUG);
|
log.writeLog(__LINE__, "startMgrProcessThread launched", LOG_TYPE_DEBUG);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user