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
path: root/docs
diff options
context:
space:
mode:
authorArtak Safaryan <32634773+holoyan@users.noreply.github.com>2022-02-17 14:13:49 +0300
committerGitHub <noreply@github.com>2022-02-17 14:13:49 +0300
commita1d5290e26b56449c311eb84d3d2b7bf79095173 (patch)
tree1b928e704106e738eea628ae81e75c2f388c08f9 /docs
parentd605eabb6df7b9b949f8009dfd850b3c7328ead2 (diff)
chore(docs): Remove duplicate config row (#2265)
Diffstat (limited to 'docs')
-rw-r--r--docs/api.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/api.md b/docs/api.md
index 1802d65..c8d4390 100644
--- a/docs/api.md
+++ b/docs/api.md
@@ -62,7 +62,6 @@ If `opts` is specified, then the default options (shown below) will be overridde
webSeeds: Boolean, // Enable BEP19 web seeds (default=true)
utp: Boolean, // Enable BEP29 uTorrent transport protocol (default=true)
blocklist: Array|String, // List of IP's to block
- utp: Boolean, // Enable BEP29 uTorrent transport protocol (default=true)
downloadLimit: Number, // Max download speed (bytes/sec) over all torrents (default=-1)
uploadLimit: Number, // Max upload speed (bytes/sec) over all torrents (default=-1)
}