changeset 5915:83c7ced841a0 draft

(svn r8542) -Codechange (Fix?): tweak the gamelist requery timeout so more servers are found for slow network connections.
author rubidium <rubidium@openttd.org>
date Fri, 02 Feb 2007 20:57:03 +0000
parents cfb5c65a5119
children 33f17e261853
files src/network/network_gamelist.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/network/network_gamelist.cpp
+++ b/src/network/network_gamelist.cpp
@@ -79,7 +79,7 @@
 
 enum {
 	MAX_GAME_LIST_REQUERY_COUNT =  5,
-	REQUERY_EVERY_X_GAMELOOPS   = 30,
+	REQUERY_EVERY_X_GAMELOOPS   = 60,
 };
 
 /** Requeries the (game) servers we have not gotten a reply from */