chore: disable dht discovery (#333)

This commit is contained in:
Vasco Santos
2019-03-06 10:21:43 +00:00
committed by Jacob Heun
parent a282fbe139
commit eb10b5c6d2
2 changed files with 4 additions and 4 deletions

View File

@ -97,7 +97,7 @@ describe('configuration', () => {
kBucketSize: 20,
enabled: true,
randomWalk: {
enabled: true,
enabled: false,
queriesPerPeriod: 1,
interval: 30000,
timeout: 10000
@ -199,7 +199,7 @@ describe('configuration', () => {
kBucketSize: 20,
enabled: true,
randomWalk: {
enabled: true,
enabled: false,
queriesPerPeriod: 1,
interval: 30000,
timeout: 10000