(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 5915 73c2e60278d6
parent 5914 a038862ff1b9
child 5916 8931f4450f51
(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 */