Hardcoded queue capacity 100 should be configurable via --queue-size #105
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
Both pipeline queues (scanner→loader and loader→sender) are hardcoded to capacity 100 in
client_send.c:521-522. This is not configurable and may be suboptimal for large transfers.Location
src/client/client_send.c:521-522
Suggested Fix
Add
--queue-size <n>flag (default: 100). Use it when creating the pipeline queues. The config value should be stored inConfig.Severity
medium
Category
feature
Sub-Agent
feature-scout (FS-11)
This issue was automatically generated by the issue-creator agent.
Fixed in PR #148 — merged into main on 2026-07-29.