From 0ae37d21ca4ea5c245753842a4ad4a43d78c17d2 Mon Sep 17 00:00:00 2001 From: David Lick Date: Wed, 23 Sep 2020 15:12:40 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 398205f..3c28b44 100644 --- a/README.md +++ b/README.md @@ -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