From 3c84b20d851c035e82ee65c260758ce255236361 Mon Sep 17 00:00:00 2001 From: Gregory Man Date: Thu, 29 Oct 2015 15:56:25 +0200 Subject: [PATCH] node_gc_threshold documentation. --- website/source/docs/agent/config.html.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/source/docs/agent/config.html.md b/website/source/docs/agent/config.html.md index 9fccd9ecb24..6f0b9b0dcb2 100644 --- a/website/source/docs/agent/config.html.md +++ b/website/source/docs/agent/config.html.md @@ -173,6 +173,10 @@ configured on client nodes. sub-schedulers this server will handle. This can be used to restrict the evaluations that worker threads will dequeue for processing. This defaults to all available schedulers. + * `node_gc_threshold` This is a string with a unit suffix, such as "300ms", + "1.5h" or "25m". Valid time units are "ns", "us" (or "µs"), "ms", "s", + "m", "h". Controls how long a node must be in a terminal state before it is + garbage collected and purged from the system. ## Client-specific Options