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:
parent
e4357a6dbd
commit
9171f25b41
@ -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…
Reference in New Issue
Block a user