We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a357e1 commit 6d1f35aCopy full SHA for 6d1f35a
src/greenguard/web/Store/Hub.cs
@@ -7,5 +7,5 @@ public class Hub
7
public string? IpAddress { get; set; }
8
public DeviceId DeviceId { get; set; }
9
public DateTime? LastHealthCheck { get; set; }
10
- public bool IsOnline => LastHealthCheck != null && (DateTime.UtcNow - LastHealthCheck.Value).TotalSeconds < 30;
+ public bool IsOnline => LastHealthCheck != null && (DateTime.UtcNow - LastHealthCheck.Value).TotalSeconds < 60;
11
}
0 commit comments