You've already forked OpenRCT2-Unity
mirror of
https://github.com/izzy2lost/OpenRCT2-Unity.git
synced 2026-03-10 12:38:22 -07:00
fix master server poll times
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user