From 2fe494803dd6d3b8d0c52b8cbf00b5b2e07f5d0c Mon Sep 17 00:00:00 2001 From: Reid Sunderland Date: Thu, 30 May 2024 08:07:40 -0500 Subject: [PATCH] idlethreshold -> runStateThreshold_idle --- docs/source/Explanation/CommandLineGuide.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/Explanation/CommandLineGuide.rst b/docs/source/Explanation/CommandLineGuide.rst index dd95ecb68..399494f21 100644 --- a/docs/source/Explanation/CommandLineGuide.rst +++ b/docs/source/Explanation/CommandLineGuide.rst @@ -544,7 +544,7 @@ will be: * disa: disabled, configured not to run. * hung: processes appear hung, not writing anything to logs. -* idle: all processes running, but no data or message transfers for too long (idlethreshold.) +* idle: all processes running, but no data or message transfers for too long (runStateThreshold_idle) * lag: all processes running, but messages being processed are too old ( runStateThreshold_lag ) * part: some processes are running, others are missing. * reje: all processes running, but too high percent of messages being rejected (runStateThreshold_reject )