Skip to content

Commit ecd3eb8

Browse files
author
Luca Forstner
committed
Dont cache in verdaccio
1 parent 45c67c8 commit ecd3eb8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/e2e-tests/verdaccio-config/config.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ auth:
2121
uplinks:
2222
npmjs:
2323
url: https://registry.npmjs.org/
24+
cache: false
2425

2526
# Learn how to protect your packages
2627
# https://verdaccio.org/docs/protect-your-dependencies/
@@ -196,7 +197,7 @@ packages:
196197
# A value of 0 makes the http server behave similarly to Node.js versions prior to 8.0.0, which did not have a keep-alive timeout.
197198
# WORKAROUND: Through given configuration you can workaround following issue https://github.com/verdaccio/verdaccio/issues/301. Set to 0 in case 60 is not enough.
198199
server:
199-
keepAliveTimeout: 60
200+
keepAliveTimeout: 0
200201

201202
middlewares:
202203
audit:

0 commit comments

Comments
 (0)