Optimize worker count and chunk size based on network conditions #117

Closed
opened 2026-07-13 16:58:31 +00:00 by fuzzy · 1 comment
Owner
No description provided.
fuzzy self-assigned this 2026-07-13 16:58:31 +00:00
Owner

Closing — implemented in PR #163. Adds minChunkSize (1MB) heuristic: when fileSize/chunkCount would produce chunks smaller than 1MB, worker count is reduced to the nearest value that keeps chunks ≥1MB.

Closing — implemented in PR #[163](https://git.lan.thwap.org/thwap/pget/pulls/163). Adds minChunkSize (1MB) heuristic: when fileSize/chunkCount would produce chunks smaller than 1MB, worker count is reduced to the nearest value that keeps chunks ≥1MB.
Sign in to join this conversation.
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
thwap/pget#117
No description provided.