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 '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 }
})