Skip to content

Commit

Permalink
Remove reference to token bucket
Browse files Browse the repository at this point in the history
See #2
  • Loading branch information
rafaeljusto committed Oct 28, 2015
1 parent 0a5af08 commit ffd1238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gddoexp.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ func ShouldArchivePackage(p database.Package, db gddoDB, auth *GithubAuth) (arch
// concurrently. It's necessary to inform the GoDoc database to retrieve
// current stored package information. An optional argument with the Github
// authentication can be informed to allow more checks per minute in Github
// API (we will use token bucket strategy to don't exceed the rate limit).
// API.
func ShouldArchivePackages(packages []database.Package, db gddoDB, auth *GithubAuth) <-chan ArchiveResponse {
out := make(chan ArchiveResponse, agents)

Expand Down

0 comments on commit ffd1238

Please sign in to comment.