Update README.md

This commit is contained in:
David Lick
2020-09-23 15:12:40 -04:00
committed by GitHub
parent 9b530c2a2b
commit 0ae37d21ca
+1 -1
View File
@@ -22,7 +22,7 @@ PercFailedResponses = NumberRequestsOverLimit / Limit
- `POST http://localhost:8080/click`
- Will return 204 No Content. The response time will be random under 100 milliseconds.
- `POST http://localhost:8080/limit`
- Change the limit for allowed concurrent requests. The default is 10.
- Change the limit for allowed concurrent requests. The default is 50.
## Usage