- 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
1 changed files with 2 additions and 2 deletions

View File

@ -38,8 +38,8 @@ namespace Glest{ namespace Game{
using namespace Shared::Util;
const int MASTERSERVER_BROADCAST_MAX_WAIT_RESPONSE_SECONDS = 10;
const int MASTERSERVER_BROADCAST_PUBLISH_SECONDS = 6;
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;
static const char *SAVED_GAME_FILENAME = "lastCustomGameSettings.mgg";