From 0a75e4699866eb8c1d30cf955b01462f2a180334 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Tue, 17 Jul 2012 17:54:48 +0200 Subject: recovery: Increase recovery connection attempts to 20 --- src/recovery.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/recovery.c') diff --git a/src/recovery.c b/src/recovery.c index 40aef27..5b24e31 100644 --- a/src/recovery.c +++ b/src/recovery.c @@ -55,7 +55,7 @@ void recovery_client_free(struct idevicerestore_client_t* client) { int recovery_client_new(struct idevicerestore_client_t* client) { int i = 0; - int attempts = 10; + int attempts = 20; irecv_client_t recovery = NULL; irecv_error_t recovery_error = IRECV_E_UNKNOWN_ERROR; -- cgit v1.1-32-gdbae