Update README.md
This commit is contained in:
@@ -4,7 +4,7 @@ An API which simulates loaded responses to demonstrate load testing.
|
|||||||
## Getting Started
|
## Getting Started
|
||||||
|
|
||||||
Some notes:
|
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:
|
- You may change this limit by making a `POST` to `http://localhost:8080/limit` with the following payload:
|
||||||
```
|
```
|
||||||
{"limit":10}
|
{"limit":10}
|
||||||
|
|||||||
Reference in New Issue
Block a user