1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-15 11:03:00 +01:00

fix master server poll times

This commit is contained in:
IntelOrca
2015-11-08 02:22:49 +00:00
parent 782d3e63b2
commit 0b9882b96f

View File

@@ -97,8 +97,8 @@ enum {
MASTER_SERVER_STATUS_INTERNAL_ERROR = 500
};
constexpr int MASTER_SERVER_REGISTER_TIME = 2 * 1000; // 2 seconds
constexpr int MASTER_SERVER_HEARTBEAT_TIME = 1 * 1000; // 1 second
constexpr int MASTER_SERVER_REGISTER_TIME = 120 * 1000; // 2 minutes
constexpr int MASTER_SERVER_HEARTBEAT_TIME = 60 * 1000; // 1 minute
NetworkPacket::NetworkPacket()
{