Skip to content

Commit

Permalink
Merge pull request #43 from andrewhoff/master
Browse files Browse the repository at this point in the history
Use the DefaultMaxRetry for defaulting MaxRetry
  • Loading branch information
novln authored Nov 2, 2018
2 parents 1f43cf9 + 7a98add commit cfd0e75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/store/redis/store.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ func NewStore(client Client) (limiter.Store, error) {
return NewStoreWithOptions(client, limiter.StoreOptions{
Prefix: limiter.DefaultPrefix,
CleanUpInterval: limiter.DefaultCleanUpInterval,
MaxRetry: limiter.DefaultMaxRetry,
})
}

Expand Down

0 comments on commit cfd0e75

Please sign in to comment.