Skip to content
This repository was archived by the owner on Dec 5, 2018. It is now read-only.

Commit cdcc241

Browse files
committed
upgraded to SpatialOS 11.1.1
1 parent dd27054 commit cdcc241

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workers/unity/Assets/Gamelogic/Core/SimulationSettings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public static class SimulationSettings
1919

2020
// Heartbeats
2121
public static readonly float HeartbeatCheckIntervalSecs = 5;
22-
public static readonly uint TotalHeartbeatsBeforeTimeout = 3;
22+
public static readonly uint TotalHeartbeatsBeforeTimeout = 10;
2323
public static readonly float HeartbeatSendingIntervalSecs = 5;
2424

2525
// Pirates (used in lesson 8 of the tutorial!)

0 commit comments

Comments
 (0)