property Agent.prototype.maxFreeSockets Usage in Deno```typescript import { Agent } from "node:node__http.d.ts"; ``` By default set to 256. For agents with `keepAlive` enabled, this sets the maximum number of sockets that will be left open in the free state. Type number