Add connection pooling
Closed this issue · 0 comments
joladev commented
Should be as simple as
const agent = new http.Agent({
keepAlive: true,
})
Closed this issue · 0 comments
Should be as simple as
const agent = new http.Agent({
keepAlive: true,
})