From 9b530c2a2b15b4ccbc1bf2c8ba80c5a7b52181dd Mon Sep 17 00:00:00 2001 From: David Lick Date: Wed, 23 Sep 2020 15:12:22 -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 461f9ee..398205f 100644 --- a/README.md +++ b/README.md @@ -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}