diff --git a/src_pc/afterburner.c b/src_pc/afterburner.c index 383b1ed..e1a2228 100644 --- a/src_pc/afterburner.c +++ b/src_pc/afterburner.c @@ -1334,7 +1334,7 @@ static int playJtagFile(char* label, int fSize, int vpp, int showProgress) { chunkSize = feedRequest; // make the initial chunk big so the data are buffered by the OS if (sendPos == 0) { - chunkSize *= 4; + chunkSize *= 2; if (chunkSize > fSize) { chunkSize = fSize; }