0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-02-17 23:45:29 -05: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

View file

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

View file

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