We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61a1e4f commit ee4a679Copy full SHA for ee4a679
1 file changed
StikJIT/StikJITApp.swift
@@ -567,7 +567,7 @@ struct HeartbeatApp: App {
567
.onAppear {
568
dnsChecker.checkDNS()
569
timeoutTimer?.invalidate()
570
- timeoutTimer = Timer.scheduledTimer(withTimeInterval: 30, repeats: false) { _ in
+ timeoutTimer = Timer.scheduledTimer(withTimeInterval: 7, repeats: false) { _ in
571
if isLoading2 {
572
showTimeoutError = true
573
}
0 commit comments