Revert "double the timeout duration to see if that helps at all"

This reverts commit 79cf80c95d.
This commit is contained in:
DarthArgus
2016-05-25 02:01:02 +00:00
parent b9b63e503d
commit efb7c66690
@@ -58,7 +58,7 @@ void ConfigTaskManager::install(void)
KEY_BOOL (autoStart, true);
KEY_STRING (clusterName, "devcluster");
KEY_BOOL (verifyClusterName, false);
KEY_INT (gameServerTimeout, 1200);
KEY_INT (gameServerTimeout, 600);
KEY_STRING (gameServiceBindInterface, "");
KEY_INT (gameServicePort, 60001);
KEY_INT (consoleConnectionPort, 60000);