pkolaczk / latte

Latency Tester for Apache Cassandra
Apache License 2.0
176 stars 19 forks source link

Don't try to catch up after slowdown when using fixed rate #89

Closed pkolaczk closed 3 months ago

pkolaczk commented 3 months ago

With fixed rate limit, if there is sudden slowdown and the database can't keep up, latte should not try to issue more requests in burst after the slow-down is over. With this fix it will keep the maximum set rate limit.