From 94f07996f7cac1a96a8b2b022134cd354da124a1 Mon Sep 17 00:00:00 2001 From: lixiang Date: Tue, 17 Nov 2020 16:10:02 +0800 Subject: [PATCH] add missing parameter in README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f0176ce33..f22bade63 100644 --- a/README.md +++ b/README.md @@ -182,6 +182,7 @@ These thresholds, `thresholds` and `targetThresholds`, could be tuned as per you |---|---| |`thresholds`|map(string:int)| |`targetThresholds`|map(string:int)| +|`numberOfNodes`|int| |`thresholdPriority`|int (see [priority filtering](#priority-filtering))| |`thresholdPriorityClassName`|string (see [priority filtering](#priority-filtering))|