Unverified Commit 7c151dad authored by Christophe de Carvalho's avatar Christophe de Carvalho Committed by GitHub

typo in dht_bootstrap.go

parent d4e1e7e3
...@@ -22,8 +22,8 @@ import ( ...@@ -22,8 +22,8 @@ import (
// queries. // queries.
type BootstrapConfig struct { type BootstrapConfig struct {
Queries int // how many queries to run per period Queries int // how many queries to run per period
Period time.Duration // how often to run periodi cbootstrap. Period time.Duration // how often to run periodic bootstrap.
Timeout time.Duration // how long to wait for a bootstrao query to run Timeout time.Duration // how long to wait for a bootstrap query to run
} }
var DefaultBootstrapConfig = BootstrapConfig{ var DefaultBootstrapConfig = BootstrapConfig{
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment