Skip to content

Commit

Permalink
Merge pull request #168 from Tantalor93/Tantalor93-patch-8
Browse files Browse the repository at this point in the history
Update ratelimit.md
  • Loading branch information
Tantalor93 committed Oct 17, 2023
2 parents 5c56328 + ed3b939 commit 55fe31b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ratelimit.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ parent: Examples
---

# Rate limiting
dnspyre supports rate limiting number of queries send per second, for that you can use `--rate-limit` and `--rate-limit-worker` flags
*dnspyre* supports rate limiting number of queries send per second, for that you can use `--rate-limit` and `--rate-limit-worker` flags

`--rate-limit` is used for setting a global rate limit, meaning that all concurrent workers spawned based on `--concurrency` flag will share this limit.
It might happen, that some workers will be starving and the load generated by the `dnspyre` will not be evenly generated from all workers.
Expand Down

0 comments on commit 55fe31b

Please sign in to comment.