Skip to content

Max Requests

Compare
Choose a tag to compare
@bjarneo bjarneo released this 22 Mar 08:19
· 6 commits to main since this release
b0ab6a8

What's Changed

  • feat: max requests per concurrent user at a time by @bjarneo in #8
  • refactor: change the logger to a singelton instance
  • refactor: create a singelton for the headers and parse it just once
  • refactor: remove the mutex as it is not needed since the parseheader is not running in the goroutines
  • refactor: use mutex for the queue pop

Full Changelog: v1.6.1...v1.7.0