Skip to content

Commit

Permalink
https://github.com/singnet/snet-daemon/issues/389
Browse files Browse the repository at this point in the history
Added more details
  • Loading branch information
anandrgitnirman authored and anandrgitnirman committed Sep 5, 2019
1 parent a8987e9 commit ebf2ba9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ratelimit/README.md
Expand Up @@ -22,3 +22,7 @@ The below is an example on how rate limiting could be defined
"rate_limit_per_minute": 50000
}
```
### Usage details
For example
if rate_limit_per_minute=1 and burst_size=1 => one request is served per minute
if rate_limit_per_minute=0.5 and burst_size=1 => one request is served in every 2 minutes

0 comments on commit ebf2ba9

Please sign in to comment.