Bläddra i källkod

remote(client): increase timeout to 60s

osy 4 månader sedan
förälder
incheckning
f15a242f5b
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      Platform/iOS/UTMRemoteConnectView.swift

+ 1 - 1
Platform/iOS/UTMRemoteConnectView.swift

@@ -16,7 +16,7 @@
 
 import SwiftUI
 
-private let kTimeoutSeconds: UInt64 = 15
+private let kTimeoutSeconds: UInt64 = 60
 
 struct UTMRemoteConnectView: View {
     @ObservedObject var remoteClientState: UTMRemoteClient.State