angus-lherrou / behindthename.rs

Rust bindings for the behindthename.com API
MIT License
0 stars 0 forks source link

Inconsistent rate limiter #1

Open angus-lherrou opened 2 years ago

angus-lherrou commented 2 years ago

The rate limiter implemented with governor does not always catch requests before they are rate limited by the API.

angus-lherrou commented 2 years ago

Rate limiter feature will be disabled for now while I look for a solution.