UI: macOS: increase login detector file timeout
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
parent
03a59ff38e
commit
75b6925deb
|
@ -14,6 +14,6 @@ class LaunchedAtLoginDetector {
|
|||
let then = data.withUnsafeBytes { ptr in
|
||||
ptr.load(as: UInt64.self)
|
||||
}
|
||||
return now - then <= 5000000000
|
||||
return now - then <= 20000000000
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue