mirror of https://github.com/OpenTTD/OpenTTD
(svn r8542) -Codechange (Fix?): tweak the gamelist requery timeout so more servers are found for slow network connections.
parent
e66028538a
commit
07b9d95c3c
|
@ -79,7 +79,7 @@ void NetworkGameListRemoveItem(NetworkGameList *remove)
|
||||||
|
|
||||||
enum {
|
enum {
|
||||||
MAX_GAME_LIST_REQUERY_COUNT = 5,
|
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 */
|
/** Requeries the (game) servers we have not gotten a reply from */
|
||||||
|
|
Loading…
Reference in New Issue