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

github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index edb0535..1a6a09a 100644
--- a/README.md
+++ b/README.md
@@ -229,7 +229,7 @@ If `opts` is specified, then the default options (shown below) will be overridde
``` js
{
dht: Boolean|Object, // Enable DHT (default=true), or options object for DHT
- maxPeers: Number, // Max number of peers to connect to per torrent (default=100)
+ maxConns: Number, // Max number of connections per torrent (default=55)
nodeId: String|Buffer, // DHT protocol node ID (default=randomly generated)
peerId: String|Buffer, // Wire protocol peer ID (default=randomly generated)
rtcConfig: Object, // RTCPeerConnection configuration object (default=STUN only)