reduced maximum masters from 16 to 4 to make the master server refresh cycle faster

This commit is contained in:
Magnus Auvinen 2009-01-24 10:51:50 +00:00
parent 6696359a28
commit cfe5bd8547

View file

@ -36,7 +36,7 @@ void engine_hostlookup(HOSTLOOKUP *lookup, const char *hostname);
enum
{
MAX_MASTERSERVERS=16
MAX_MASTERSERVERS=4
};
void mastersrv_default();