(svn r8542) -Codechange (Fix?): tweak the gamelist requery timeout so more servers are found for slow network connections.
authorrubidium
Fri, 02 Feb 2007 20:57:03 +0000
changeset 6166 053fd8482b7d
parent 6165 4da5ead702ad
child 6167 1475cf991e66
(svn r8542) -Codechange (Fix?): tweak the gamelist requery timeout so more servers are found for slow network connections.
src/network/network_gamelist.cpp
--- a/src/network/network_gamelist.cpp	Fri Feb 02 20:20:56 2007 +0000
+++ b/src/network/network_gamelist.cpp	Fri Feb 02 20:57:03 2007 +0000
@@ -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 */