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 <twin@linux.com>
This commit is contained in:
Konstantin Nosov
2025-03-06 21:16:22 -05:00
committed by GitHub
co-authored by TwiN
parent 467e811fd5
commit a4cb2acd24
+1 -1
View File
@@ -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`.