(svn r8542) -Codechange (Fix?): tweak the gamelist requery timeout so more servers are found for slow network connections.

pull/155/head
rubidium 18 years ago
parent 5198acfe22
commit 6fd39ebb7c

@ -79,7 +79,7 @@ void NetworkGameListRemoveItem(NetworkGameList *remove)
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 */

Loading…
Cancel
Save