Skip to content

Commit

Permalink
feat: enable keep alive by default (#41)
Browse files Browse the repository at this point in the history
* feat: enable keep alive by default

follow up of verdaccio/verdaccio#2014

* chore: bum up
  • Loading branch information
juanpicado authored Dec 28, 2020
1 parent d45f44c commit 1172ea6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/verdaccio/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
description: A lightweight private npm proxy registry (sinopia fork)
name: verdaccio
version: 0.18.0
version: 0.19.0
appVersion: 4.10.0
home: https://verdaccio.org
icon: https://cdn.verdaccio.dev/logos/default.png
Expand Down
4 changes: 4 additions & 0 deletions charts/verdaccio/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,10 @@ configMap: |
uplinks:
npmjs:
url: https://registry.npmjs.org/
agent_options:
keepAlive: true
maxSockets: 40
maxFreeSockets: 10
packages:
'@*/*':
Expand Down

0 comments on commit 1172ea6

Please sign in to comment.