Closed AarushSah closed 1 week ago
Is there a way to have max-connections go beyond 100? When I run an eval with --max-connections above 100, the amount of concurrent connections to the API always plateaus at 100.
This is likely to be a limit imposed by the HTTP client library not Inspect (we don't place any cap on connections outside of max-connections)
Is there a way to have max-connections go beyond 100? When I run an eval with --max-connections above 100, the amount of concurrent connections to the API always plateaus at 100.