Skip to content

Commit ee4a679

Browse files
committed
Decreased timeout time
1 parent 61a1e4f commit ee4a679

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

StikJIT/StikJITApp.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ struct HeartbeatApp: App {
567567
.onAppear {
568568
dnsChecker.checkDNS()
569569
timeoutTimer?.invalidate()
570-
timeoutTimer = Timer.scheduledTimer(withTimeInterval: 30, repeats: false) { _ in
570+
timeoutTimer = Timer.scheduledTimer(withTimeInterval: 7, repeats: false) { _ in
571571
if isLoading2 {
572572
showTimeoutError = true
573573
}

0 commit comments

Comments
 (0)