1
0
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:
david hill
2017-11-09 10:29:12 -06:00
parent e0febdcd1a
commit 2ff827f3f4

View File

@@ -502,7 +502,7 @@ static void startMgrProcessThread()
ModuleTypeConfig PMSmoduletypeconfig;
ALARMManager aManager;
int waitTime = 60;
int waitTime = 120;
log.writeLog(__LINE__, "startMgrProcessThread launched", LOG_TYPE_DEBUG);