lower waiting time for the multi-player game

This commit is contained in:
filux
2015-04-05 08:35:19 +02:00
parent b398186d13
commit f0d705ba17

View File

@@ -32,7 +32,7 @@ namespace Glest{ namespace Game{
// class NetworkInterface
// =====================================================
const int NetworkInterface::readyWaitTimeout= 180000; // 3 minutes
const int NetworkInterface::readyWaitTimeout= 105000; // 1 minute and 45 seconds
bool NetworkInterface::allowGameDataSynchCheck = false;
bool NetworkInterface::allowDownloadDataSynch = false;