increse download chunk size
This commit is contained in:
parent
e21f26de0a
commit
9f661cb786
2
queue.go
2
queue.go
@ -416,7 +416,7 @@ func (q *DownloadQueue) processVideoMessageEntry(ctx context.Context, qEntry *Do
|
|||||||
|
|
||||||
// Download with progress
|
// Download with progress
|
||||||
offset := int64(0)
|
offset := int64(0)
|
||||||
chunkSize := int64(1024 * 1024) // 1MB chunks
|
chunkSize := int64(1024 * 1024 * 10) // 10MB chunks
|
||||||
lastPercent := 0
|
lastPercent := 0
|
||||||
written := int64(0)
|
written := int64(0)
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user