try less aggressive bootstrap
Juan Batiz-Benet committed
Jan 17, 2015 at 20:02 UTC
8966743ebd1c9bedcc354140c63ab3736d6a32d6
1 file changed
+1
-1
routing/dht/dht_bootstrap.go
+1
-1
@@ -27,7 +27,7 @@ import (
27
// Note there is also a tradeoff between the bootstrap period and the number
28
// of queries. We could support a higher period with a smaller number of
29
// queries
30
-const DefaultBootstrapQueries = 16
30
+const DefaultBootstrapQueries = 1
31
32
// DefaultBootstrapPeriod specifies how often to periodically run bootstrap,
33
// if the user does not specify a different number as an option.