MP Lobby: reduced frequency of network polls (100ms -> 1000ms)

This also affects MP Staging and MP Join Game.
This commit is contained in:
Charles Dang 2018-05-06 22:55:19 +11:00
parent 6d84ee70c5
commit 79c9862129

View file

@ -83,7 +83,7 @@ double hex_brightening = 1.25;
//
int cache_compression_level = 6;
unsigned lobby_network_timer = 100;
unsigned lobby_network_timer = 1000;
unsigned lobby_refresh = 4000;
const std::string observer_team_name = "observer";