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:
authorDiego Rodríguez Baquero <diegorbaquero@gmail.com>2016-03-30 09:46:04 +0300
committerDiego Rodríguez Baquero <diegorbaquero@gmail.com>2016-03-30 09:46:04 +0300
commitb792720d16964857069573353cf763ed828df917 (patch)
treeb876c35836bccc62ded8edf54f8ce836434c0b98 /docs/api.md
parent4b2ea306fd1d16fd36b44565971cb7c355fe9768 (diff)
Update api.md
Diffstat (limited to 'docs/api.md')
-rw-r--r--docs/api.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api.md b/docs/api.md
index 2abf87d..71f58ac 100644
--- a/docs/api.md
+++ b/docs/api.md
@@ -80,7 +80,7 @@ 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
- maxWebConns: Number, // Max number of simultaneous connections per web seed
+ maxWebConns: Number, // Max number of simultaneous connections per web seed [default=4]
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)
}