summaryrefslogtreecommitdiffstats
path: root/src/recovery.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/recovery.c')
-rw-r--r--src/recovery.c2
1 files changed, 1 insertions, 1 deletions
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;