mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-30 22:34:10 -05:00
chore: improve performance e2e request
This commit is contained in:
parent
4b900c8b74
commit
cc5d786133
1 changed files with 4 additions and 0 deletions
|
@ -14,6 +14,10 @@ uplinks:
|
||||||
timeout: 60s
|
timeout: 60s
|
||||||
cache: false
|
cache: false
|
||||||
maxage: 30m
|
maxage: 30m
|
||||||
|
agent_options:
|
||||||
|
keepAlive: true
|
||||||
|
maxSockets: 40
|
||||||
|
maxFreeSockets: 10
|
||||||
|
|
||||||
packages:
|
packages:
|
||||||
'@*/*':
|
'@*/*':
|
||||||
|
|
Loading…
Reference in a new issue