From d15f03cb6abfbb8316ece99209ff268941d304c0 Mon Sep 17 00:00:00 2001 From: Juan Batiz-Benet Date: Sat, 17 Jan 2015 20:02:58 -0800 Subject: [PATCH] try less aggressive bootstrap --- dht_bootstrap.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dht_bootstrap.go b/dht_bootstrap.go index 271fa74..6efd53d 100644 --- a/dht_bootstrap.go +++ b/dht_bootstrap.go @@ -27,7 +27,7 @@ import ( // Note there is also a tradeoff between the bootstrap period and the number // of queries. We could support a higher period with a smaller number of // queries -const DefaultBootstrapQueries = 16 +const DefaultBootstrapQueries = 1 // DefaultBootstrapPeriod specifies how often to periodically run bootstrap, // if the user does not specify a different number as an option.