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 cfb3dd5 commit e42502bCopy full SHA for e42502b
Coder Desktop/Coder Desktop/Views/VPNMenu.swift
@@ -10,7 +10,7 @@ struct VPNMenu<VPN: VPNService, S: Session>: View {
10
// an error is shown: "The VPN session failed because an internal error occurred".
11
// This forces the user to wait a few seconds before they can toggle the VPN back on.
12
@State private var waitCleanup = false
13
- private var waitCleanupDuration: Duration = .seconds(4)
+ private var waitCleanupDuration: Duration = .seconds(6)
14
15
let inspection = Inspection<Self>()
16
0 commit comments