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:
authorJulen Garcia Leunda <hicom150@gmail.com>2020-11-12 19:06:59 +0300
committerJulen Garcia Leunda <hicom150@gmail.com>2020-11-12 19:06:59 +0300
commit7c34ba107a094f170385c8a387a254b46052e9c7 (patch)
tree4ab77343360ff1c68274f2da1c149102599ddd62 /test/node/download-dht-torrent.js
parent21fb2f8e02eaadaef3108a73a9dfd4579de74a6c (diff)
Fix tests disabling lsd option
Diffstat (limited to 'test/node/download-dht-torrent.js')
-rw-r--r--test/node/download-dht-torrent.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/node/download-dht-torrent.js b/test/node/download-dht-torrent.js
index c8b8219..8ecbbed 100644
--- a/test/node/download-dht-torrent.js
+++ b/test/node/download-dht-torrent.js
@@ -28,6 +28,7 @@ test('Download using DHT (via .torrent file)', function (t) {
client1 = new WebTorrent({
tracker: false,
+ lsd: false,
dht: { bootstrap: '127.0.0.1:' + dhtServer.address().port }
})
@@ -72,6 +73,7 @@ test('Download using DHT (via .torrent file)', function (t) {
function (cb) {
client2 = new WebTorrent({
tracker: false,
+ lsd: false,
dht: { bootstrap: '127.0.0.1:' + dhtServer.address().port }
})