The module and class docstrings incorrectly described the implementation as a "token-bucket" limiter when it actually uses a sliding-window log (deque of timestamps with pruning). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The module and class docstrings incorrectly described the implementation as a "token-bucket" limiter when it actually uses a sliding-window log (deque of timestamps with pruning). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>