1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-11-08 23:25:51 +01:00

feat: enable keep alive on configuration by default (#2014)

This commit is contained in:
Juan Picado 2020-12-04 07:37:45 +01:00 committed by GitHub
parent e4357a6dbd
commit 9171f25b41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

@ -36,6 +36,10 @@ auth:
uplinks:
npmjs:
url: https://registry.npmjs.org/
agent_options:
keepAlive: true
maxSockets: 40
maxFreeSockets: 10
packages:
'@*/*':

@ -41,6 +41,10 @@ auth:
uplinks:
npmjs:
url: https://registry.npmjs.org/
agent_options:
keepAlive: true
maxSockets: 40
maxFreeSockets: 10
packages:
'@*/*':