property Agent.prototype.maxSockets Usage in Deno```typescript import { Agent } from "node:node__http.d.ts"; ``` By default set to `Infinity`. Determines how many concurrent sockets the agent can have open per origin. Origin is the returned value of `agent.getName()`. Type number