Skip to content

Commit a00c350

Browse files
committed
typo
1 parent 88ae5f9 commit a00c350

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Coder-Desktop/Coder-Desktop/VPN/MenuState.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ extension SwiftProtobuf.Google_Protobuf_Timestamp {
282282

283283
extension Vpn_Agent {
284284
var healthyLastHandshakeMin: Date {
285-
Date.now.addingTimeInterval(-500) // 5 minutes ago
285+
Date.now.addingTimeInterval(-300) // 5 minutes ago
286286
}
287287

288288
var healthyPingMax: TimeInterval { 0.15 } // 150ms

0 commit comments

Comments
 (0)