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:
parent
467e811fd5
commit
a4cb2acd24
@ -2183,7 +2183,7 @@ endpoints:
|
|||||||
|
|
||||||
|
|
||||||
### disable-monitoring-lock
|
### 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
|
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`.
|
by the evaluation of multiple endpoints at the same time, therefore, the default value for this parameter is `false`.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user