set logReady

pull/2802/head
Lucas Nogueira 3 weeks ago
parent 34d2fa0016
commit 620c961bad
No known key found for this signature in database
GPG Key ID: 7C32FCA95C8C95D7

@ -35,7 +35,8 @@ func scheduleLogFlush() {
guard !logFlushScheduled else { return } guard !logFlushScheduled else { return }
logFlushScheduled = true logFlushScheduled = true
DispatchQueue.main.asyncAfter(deadline: .now() + 10) { DispatchQueue.main.asyncAfter(deadline: .now() + 5) {
logReady = true
flushLogs() flushLogs()
} }
} }

Loading…
Cancel
Save