Commit Graph

4 Commits

Author SHA1 Message Date
Joona Hoikkala
de9ac86677
Fixed setting unlimited rate in interactive console (#748)
* Fixed setting unlimited rate in interactive console

* Add changelog entry
2023-10-22 17:34:24 +03:00
Ephex2
96fef6213d
Fix Issue696 -- Divide by 0 Error when setting rate to 0 manually (#700)
* added check to RateThrottle.ChangeRate() in rate.go to prevent a divide by 0 error when the rate is set to 0. Ref: issue 696: https://github.com/ffuf/ffuf/issues/696

* added name to contributors.md and small change description to changelog.md as requested in PR doc

* Update CONTRIBUTORS.md

---------

Co-authored-by: Joona Hoikkala <5235109+joohoi@users.noreply.github.com>
2023-09-13 11:31:40 +03:00
Joona Hoikkala
2ce22175da
Enhanced rate limiting (#620)
* Enhanced rate limiting

* Use time.Ticker correctly
2023-01-04 11:23:32 +02:00
Joona Hoikkala
0ce941326b
Throttle rate of requests per second (#287)
* Add the functionality to perform req/sec limiting (for humans)

* Add documentation
2020-08-30 13:51:41 +03:00