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