Skip to content

Commit

Permalink
chore: cleaned comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Arvi3d committed Mar 18, 2021
1 parent 0218ca3 commit 52b5bd0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/axios.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ const agentOptions = {
keepAlive: true,
maxSockets: 100, // Maximum number of sockets to allow per host. Defaults to Infinity.
maxFreeSockets: 10,
// timeout: 60000, // active socket keepalive for 60 seconds
freeSocketTimeout: 60000, // // Maximum number of sockets to leave open for 60 seconds in a free state. Only relevant if keepAlive is set to true. Defaults to 256.
socketActiveTTL: 1000 * 60 * 10,
};
Expand Down

0 comments on commit 52b5bd0

Please sign in to comment.