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 9e11503 commit 745cf56Copy full SHA for 745cf56
Coder-Desktop/Coder-Desktop/VPN/MenuState.swift
@@ -282,7 +282,7 @@ extension SwiftProtobuf.Google_Protobuf_Timestamp {
282
283
extension Vpn_Agent {
284
var healthyLastHandshakeMin: Date {
285
- Date.now.addingTimeInterval(-500) // 5 minutes ago
+ Date.now.addingTimeInterval(-300) // 5 minutes ago
286
}
287
288
var healthyPingMax: TimeInterval { 0.15 } // 150ms
0 commit comments