Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
test: shut off dht by default
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobheun committed Mar 1, 2019
1 parent 61470c3 commit f8c44e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/runtime/libp2p-nodejs.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ class Node extends libp2p {
},
dht: {
kBucketSize: 20,
enabled: true,
enabled: false,
randomWalk: {
enabled: true
enabled: false
}
},
EXPERIMENTAL: {
Expand Down

0 comments on commit f8c44e2

Please sign in to comment.