Update README.md

This commit is contained in:
David Lick
2020-09-23 15:12:22 -04:00
committed by GitHub
parent 1cba4fe7a9
commit 9b530c2a2b
+1 -1
View File
@@ -4,7 +4,7 @@ An API which simulates loaded responses to demonstrate load testing.
## Getting Started
Some notes:
- A rate limit is initialized to a default of 10 concurrent requests.
- A rate limit is initialized to a default of 50 concurrent requests.
- You may change this limit by making a `POST` to `http://localhost:8080/limit` with the following payload:
```
{"limit":10}