diff --git a/queue.go b/queue.go index 6b5f5ed..f9736f6 100644 --- a/queue.go +++ b/queue.go @@ -416,7 +416,7 @@ func (q *DownloadQueue) processVideoMessageEntry(ctx context.Context, qEntry *Do // Download with progress offset := int64(0) - chunkSize := int64(1024 * 1024) // 1MB chunks + chunkSize := int64(1024 * 1024 * 10) // 10MB chunks lastPercent := 0 written := int64(0)