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: Yash Sharma <[email protected]>
  • Loading branch information
MalloZup and yashrsharma44 committed Jan 28, 2021
1 parent 5f5036d commit 2e2db6f
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.
// Hard-coded for simplicity sake, but make this configurable in your application.
const (
// Add 5 token per seconds.
rate = 5
Expand Down

0 comments on commit 2e2db6f

Please sign in to comment.