From a4cb2acd24c364381d1d059c6138b74fefdf8ad7 Mon Sep 17 00:00:00 2001 From: Konstantin Nosov Date: Fri, 7 Mar 2025 03:16:22 +0100 Subject: [PATCH] docs: Clarify that disable-monitoring-lock is akin to enabling parallel execution (#1017) * add keyword to doc https://github.com/TwiN/gatus/issues/1016 * Update README.md --------- Co-authored-by: TwiN --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d44723f..6562c9be 100644 --- a/README.md +++ b/README.md @@ -2183,7 +2183,7 @@ endpoints: ### disable-monitoring-lock -Setting `disable-monitoring-lock` to `true` means that multiple endpoints could be monitored at the same time. +Setting `disable-monitoring-lock` to `true` means that multiple endpoints could be monitored at the same time (i.e. parallel execution). While this behavior wouldn't generally be harmful, conditions using the `[RESPONSE_TIME]` placeholder could be impacted by the evaluation of multiple endpoints at the same time, therefore, the default value for this parameter is `false`.