From 97dd1520f136eec627a03546ee4c02e5cb0bb09b Mon Sep 17 00:00:00 2001 From: Leonid Bugaev Date: Thu, 9 Oct 2014 11:53:30 +0400 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ecda357..387bff1 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,10 @@ sudo gor --input-raw :80 --output-http "http://staging.com" ### Rate limiting Both replay and listener support rate limiting. It can be useful if you want forward only part of production traffic and not overload your staging -environment. You can specify your desired requests per second using the +environment. +Current throttling works like this: If for current second it reached specified requests limit - disregard the rest, on next second counter reseted. + +You can specify your desired requests per second using the "|" operator after the server address: #### Limiting replay