agent: raise worker cap to 32 + size HTTP pool #149
Reference in New Issue
Block a user
Delete Branch "dev"
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?
At 8 workers the operator's GPU sat at ~5% util / <5 GB VRAM — the pipeline is I/O-bound (HTTP image download + decode), so the GPU starves until many workers overlap that I/O. Raises
MAX_CONCURRENCY8→32, makes the UI worker control a number input (cap reported via/status), and sizes the sharedrequestsconnection pool to 64 so 32 workers don't bottleneck on the default pool of 10. Agent-only; triggers abuild-agentrepublish.🤖 Generated with Claude Code