try less aggressive bootstrap

This commit is contained in:
Juan Batiz-Benet
2015-01-17 20:02:58 -08:00
parent 81867969d2
commit d15f03cb6a

View File

@ -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.