From 001dc116d7695113d1219bcaf2ceba3d93de932d Mon Sep 17 00:00:00 2001 From: grunjol Date: Wed, 9 Mar 2016 14:01:31 -0300 Subject: limit (top) number of concurrent web seed connections --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index bd3b8b0..b810e76 100644 --- a/README.md +++ b/README.md @@ -275,7 +275,8 @@ If `opts` is specified, then the default options (shown below) will be overridde announce: [], // Torrent trackers to use (added to list in .torrent or magnet uri) getAnnounceOpts: function, // Custom callback to allow sending extra parameters to the tracker path: String, // Folder to download files to (default=`/tmp/webtorrent/`) - store: Function // Custom chunk store (must follow [abstract-chunk-store](https://www.npmjs.com/package/abstract-chunk-store) API) + store: Function // Custom chunk store (must follow [abstract-chunk-store](https://www.npmjs.com/package/abstract-chunk-store) API), + maxWebConns: Number // Max number of simultaneous connections per web seed } ``` -- cgit v1.2.3