From 1b995e0d48783cc6eecf9b78c7ea9d34e568c12c Mon Sep 17 00:00:00 2001 From: TwinProduction Date: Sat, 17 Oct 2020 16:20:31 -0400 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6cffd565..f2a20827 100644 --- a/README.md +++ b/README.md @@ -442,7 +442,7 @@ Setting `disable-monitoring-lock` to `true` means that multiple services could b While this behavior wouldn't generally be harmful, conditions using the `[RESPONSE_TIME]` placeholder could be impacted by the evaluation of multiple services at the same time, therefore, the default value for this parameter is `false`. -There are two main reasons why you might want to disable the monitoring lock: +There are three main reasons why you might want to disable the monitoring lock: - You're using Gatus for load testing (each services are periodically evaluated on a different goroutine, so technically, if you create 100 services with a 1 seconds interval, Gatus will send 100 requests per second) - You have a _lot_ of services to monitor