mirror of
https://github.com/MonitorControl/MonitorControl.git
synced 2026-05-17 06:05:53 -06:00
Lower wait time after sleep a bit
This commit is contained in:
parent
19ef0efa11
commit
44b487792b
1 changed files with 1 additions and 1 deletions
|
|
@ -291,7 +291,7 @@ class AppDelegate: NSObject, NSApplicationDelegate {
|
|||
if self.sleepID != 0 {
|
||||
os_log("Waking up from sleep %{public}@", type: .info, String(self.sleepID))
|
||||
let dispatchedSleepID = self.sleepID
|
||||
DispatchQueue.main.asyncAfter(deadline: .now() + 6.0) { // Some displays take time to recover...
|
||||
DispatchQueue.main.asyncAfter(deadline: .now() + 5.0) { // Some displays take time to recover...
|
||||
self.soberNow(dispatchedSleepID: dispatchedSleepID)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue