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-07 03:16:22 +01:00 committed by GitHub
parent 467e811fd5
commit a4cb2acd24
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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`.