Implement rate limiting #86

Closed
opened 2026-07-13 16:58:29 +00:00 by fuzzy · 1 comment
Owner
## Sub-tasks - [ ] [Add `--rate` flag to limit download speed (e.g., `--rate=500k`)](https://git.lan.thwap.org/thwap/pget/issues/83) - [ ] [Use a token bucket or similar to limit bytes per second](https://git.lan.thwap.org/thwap/pget/issues/84) - [ ] [Apply rate limiting globally across all workers](https://git.lan.thwap.org/thwap/pget/issues/85)
fuzzy self-assigned this 2026-07-13 16:58:29 +00:00
Owner

Closing — implemented in PR #152. Adds --rate flag (e.g., 500k, 2M, 1G) with shared time-based limiter across all workers.

Closing — implemented in PR #[152](https://git.lan.thwap.org/thwap/pget/pulls/152). Adds --rate flag (e.g., 500k, 2M, 1G) with shared time-based limiter across all workers.
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#86
No description provided.