Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Byrne <misterbyrne@gmail.com>2016-02-25 00:25:44 +0300
committerRebecca Turner <me@re-becca.org>2016-02-26 00:54:54 +0300
commitf7be667548a132ec190ac9d60a31885a7b4fe2b3 (patch)
treec686f9d3108b94bde770e5f0bd41424613184c9c /doc/misc/npm-config.md
parent3d264532d6d9df60420e985334aebb53c668d32b (diff)
cache: Add maxsockets config setting for registry client
PR-URL: https://github.com/npm/npm/pull/11666 Credit: @misterbyrne Reviewed-By: @iarna
Diffstat (limited to 'doc/misc/npm-config.md')
-rw-r--r--doc/misc/npm-config.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/misc/npm-config.md b/doc/misc/npm-config.md
index 3d10ddf88..0642a3010 100644
--- a/doc/misc/npm-config.md
+++ b/doc/misc/npm-config.md
@@ -571,6 +571,14 @@ colored output if it is a TTY.
Show extended information in `npm ls` and `npm search`.
+### maxsockets
+
+* Default: 50
+* Type: Number
+
+The maximum number of connections to use per origin (protocol/host/port
+combination). Passed to the `http` `Agent` used to make the request.
+
### message
* Default: "%s"