mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-20 00:20:47 +00:00
The limiter scans ranges to decide whether or not to rate-limit the query. However, when considering each range only the front one's token is accounted. This looks like a misprint. The limiter was introduced incc9a2ad41fSigned-off-by: Pavel Emelyanov <xemul@scylladb.com> Closes scylladb/scylladb#29050 (cherry picked from commit8b1ca6dcd6) Closes scylladb/scylladb#29107 Closes scylladb/scylladb#29194