Lower minimum masterserver update interval to 1s

This interval is critical for the netpuncher. Clients have to wait for
the first masterserver update before they can join.
directional-lights
Lukas Werling 2016-10-03 00:05:23 +02:00
parent 1483620b2b
commit bca0c76331
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ const unsigned int C4NetChaseTargetUpdateInterval = 5; // (s)
// reference
const unsigned int C4NetReferenceUpdateInterval = 120; // (s)
const unsigned int C4NetMinLeagueUpdateInterval = 10; // (s)
const unsigned int C4NetMinLeagueUpdateInterval = 1; // (s)
// voting
const unsigned int C4NetVotingTimeout = 10; // (s)