Skip to content

Commit

Permalink
Update providers/tokenbucket/examples_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Bartlomiej Plotka <bwplotka@gmail.com>
  • Loading branch information
MalloZup and bwplotka committed Jan 23, 2021
1 parent 9a8dd5d commit 7abb989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/tokenbucket/examples_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"google.golang.org/grpc"
)

// here hard-coded for simplicity sake, but in your application you should make this configurable
// Here hard-coded for simplicity sake, but in your application you should make this configurable.
const (
// add 5 token per seconds
rate = 5
Expand Down

0 comments on commit 7abb989

Please sign in to comment.