- increase masterserver response timeout from 10 to 15 seconds

This commit is contained in:
Mark Vejvoda 2012-10-06 23:01:14 +00:00
parent 2fde01b6ed
commit e69f896c21

View File

@ -38,7 +38,7 @@ namespace Glest{ namespace Game{
using namespace Shared::Util;
const int MASTERSERVER_BROADCAST_MAX_WAIT_RESPONSE_SECONDS = 10;
const int MASTERSERVER_BROADCAST_MAX_WAIT_RESPONSE_SECONDS = 15;
const int MASTERSERVER_BROADCAST_PUBLISH_SECONDS = 6;
const int BROADCAST_MAP_DELAY_SECONDS = 5;
const int BROADCAST_SETTINGS_SECONDS = 4;