diff options
author | Andrew Shuvalov <andrew.shuvalov@mongodb.com> | 2022-01-05 18:29:25 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2022-01-05 18:42:27 +0000 |
commit | 51475a8c4d9856eb1461137e7539a0a763cc85dc (patch) | |
tree | b06ffadf39e2ae946abaa6b0b0a53dceae26d580 /src/mongo/db/process_health/README.md | |
parent | eb4490ef51f03d66f1d4541701c90bf6950fe1cc (diff) | |
download | mongo-r4.4.12-rc1.tar.gz |
SERVER-62312 empty commit to trigger CI/CDr4.4.12-rc1r4.4.12
Diffstat (limited to 'src/mongo/db/process_health/README.md')
-rw-r--r-- | src/mongo/db/process_health/README.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/db/process_health/README.md b/src/mongo/db/process_health/README.md index a5262e9763e..c5e6f06e1ca 100644 --- a/src/mongo/db/process_health/README.md +++ b/src/mongo/db/process_health/README.md @@ -71,4 +71,3 @@ When a failure is detected, and the observer is configured as *critical*, the se ``` mongos --setParameter "progressMonitor={ \"interval\" : 1000, \"deadline\" : 300 }" ``` - |