mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
reduced maximum masters from 16 to 4 to make the master server refresh cycle faster
This commit is contained in:
parent
6696359a28
commit
cfe5bd8547
|
@ -36,7 +36,7 @@ void engine_hostlookup(HOSTLOOKUP *lookup, const char *hostname);
|
|||
|
||||
enum
|
||||
{
|
||||
MAX_MASTERSERVERS=16
|
||||
MAX_MASTERSERVERS=4
|
||||
};
|
||||
|
||||
void mastersrv_default();
|
||||
|
|
Loading…
Reference in a new issue