Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[core] Make sure callables without rate limit will never get rate lim…
…ited Fixes #239 If func.rate is zero or None (as None > 0 == False), don't bother going into the rate limiting code. This prevents the race condition described by @Venti- in issue #239
- Loading branch information
736b7b6
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Argh, actual issue is #293, not #239