mirror of
https://github.com/glest/glest-source.git
synced 2025-02-24 11:42:31 +01:00
Merge pull request #61 from filux/lower-waiting-time
let's try lower waiting time for the multi-player game
This commit is contained in:
commit
193609490f
@ -32,7 +32,7 @@ namespace Glest{ namespace Game{
|
||||
// class NetworkInterface
|
||||
// =====================================================
|
||||
|
||||
const int NetworkInterface::readyWaitTimeout= 180000; // 3 minutes
|
||||
const int NetworkInterface::readyWaitTimeout= 99000; // 99 seconds to 0 looks good on the screen
|
||||
|
||||
bool NetworkInterface::allowGameDataSynchCheck = false;
|
||||
bool NetworkInterface::allowDownloadDataSynch = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user