Skip to content

Commit

Permalink
Merge pull request #179 from libp2p/bug/bootstrap_comment
Browse files Browse the repository at this point in the history
Fix docstring and gx bump
  • Loading branch information
Stebalien authored Jul 31, 2018
2 parents 0073e12 + d4fa80e commit 15054c0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gx/lastpubver
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.2.7: QmTktQYCKzQjhxF6dk5xJPRuhHn3JBiKGvMLoiDy1mYmxC
4.3.0: QmfBGjnPFqyJbPr8aSqEkQMfNkJUheD8mjxZ3jxkeYMFB3
2 changes: 1 addition & 1 deletion dht_bootstrap.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ var DefaultBootstrapConfig = BootstrapConfig{
// of our implementation's robustness, we should lower this down to 8 or 4.
Queries: 1,

// For now, this is set to 1 minute, which is a medium period. We are
// For now, this is set to 5 minutes, which is a medium period. We are
// We are currently more interested in ensuring we have a properly formed
// DHT than making sure our dht minimizes traffic.
Period: time.Duration(5 * time.Minute),
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,6 @@
"license": "MIT",
"name": "go-libp2p-kad-dht",
"releaseCmd": "git commit -a -m \"gx publish $VERSION\"",
"version": "4.2.7"
"version": "4.3.0"
}

0 comments on commit 15054c0

Please sign in to comment.