npm verdaccio 3.11.0

latest releases: 5.31.0, 7.0.0-next-7.15, 7.0.0-next-7.14...
5 years ago

3.11.0 (2019-01-27)

Features

  • introduce server keepAliveTimeout into config files (a359055) fix #301

Example

// config.yaml
# You can specify HTTP/1.1 server keep alive timeout in seconds for incomming connections.
# 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.
# WORKAROUND: Through given configuration you can workaround following issue https://github.com/verdaccio/verdaccio/issues/301. Set to 0 in case 60 is not enought.
server:
  keepAliveTimeout: 60

Don't miss a new verdaccio release

NewReleases is sending notifications on new releases.