summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/ideviceinstaller.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ideviceinstaller.c b/src/ideviceinstaller.c
index 4fa7d63..81ce145 100644
--- a/src/ideviceinstaller.c
+++ b/src/ideviceinstaller.c
@@ -470,7 +470,7 @@ static int afc_upload_file(afc_client_t afc, const char* filename, const char* d
{
FILE *f = NULL;
uint64_t af = 0;
- char buf[8192];
+ char buf[1048576];
f = fopen(filename, "rb");
if (!f) {