mirror of
https://github.com/glest/glest-source.git
synced 2025-08-25 01:05:50 +02:00
lower waiting time for the multi-player game
This commit is contained in:
@@ -32,7 +32,7 @@ namespace Glest{ namespace Game{
|
|||||||
// class NetworkInterface
|
// 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::allowGameDataSynchCheck = false;
|
||||||
bool NetworkInterface::allowDownloadDataSynch = false;
|
bool NetworkInterface::allowDownloadDataSynch = false;
|
||||||
|
Reference in New Issue
Block a user