double the timeout duration to see if that helps at all

This commit is contained in:
DarthArgus
2016-05-23 00:21:09 +00:00
parent 02193e560a
commit 79cf80c95d
@@ -58,7 +58,7 @@ void ConfigTaskManager::install(void)
KEY_BOOL (autoStart, true);
KEY_STRING (clusterName, "devcluster");
KEY_BOOL (verifyClusterName, false);
KEY_INT (gameServerTimeout, 600);
KEY_INT (gameServerTimeout, 1200);
KEY_STRING (gameServiceBindInterface, "");
KEY_INT (gameServicePort, 60001);
KEY_INT (consoleConnectionPort, 60000);