Skip to content

Commit f3c075f

Browse files
committed
feat: enable keep alive by default
follow up of verdaccio/verdaccio#2014
1 parent b1b40c5 commit f3c075f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

charts/verdaccio/values.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,10 @@ configMap: |
109109
uplinks:
110110
npmjs:
111111
url: https://registry.npmjs.org/
112+
agent_options:
113+
keepAlive: true
114+
maxSockets: 40
115+
maxFreeSockets: 10
112116
113117
packages:
114118
'@*/*':

0 commit comments

Comments
 (0)