Skip to content

Commit

Permalink
docs(REFERENCE.md): add missing curly bracket (OptimalBits#1677)
Browse files Browse the repository at this point in the history
  • Loading branch information
n1ru4l authored Mar 19, 2020
1 parent ec8ad57 commit b06f4b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ interface RateLimiter {
max: number, // Max number of jobs processed
duration: number, // per duration in milliseconds
bounceBack: boolean = false; // When jobs get rate limited, they stay in the waiting queue and are not moved to the delayed queue
}
```

`RedisOpts` are passed directly to ioredis constructor, check [ioredis](https://github.com/luin/ioredis/blob/master/API.md)
Expand Down

0 comments on commit b06f4b2

Please sign in to comment.