Skip to content

Commit 75b6925

Browse files
committed
UI: macOS: increase login detector file timeout
Signed-off-by: Jason A. Donenfeld <[email protected]>
1 parent 03a59ff commit 75b6925

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/WireGuardApp/UI/macOS/LaunchedAtLoginDetector.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ class LaunchedAtLoginDetector {
1414
let then = data.withUnsafeBytes { ptr in
1515
ptr.load(as: UInt64.self)
1616
}
17-
return now - then <= 5000000000
17+
return now - then <= 20000000000
1818
}
1919
}

0 commit comments

Comments
 (0)