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:
parent
e4357a6dbd
commit
9171f25b41
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:
|
||||
'@*/*':
|
||||
|
|
Loading…
Add table
Reference in a new issue