From fb8d512f584e43db192354c8e0940ef08a7206ae Mon Sep 17 00:00:00 2001 From: Ashish Kumar Sinha Date: Wed, 14 Sep 2022 11:16:02 +0530 Subject: [PATCH] update docs to add cycle in scanner (#15686) --- docs/config/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/config/README.md b/docs/config/README.md index 2258739e5..04be1e9cd 100644 --- a/docs/config/README.md +++ b/docs/config/README.md @@ -272,6 +272,7 @@ scanner manage namespace scanning for usage calculation, lifecycle, healing and ARGS: delay (float) scanner delay multiplier, defaults to '10.0' max_wait (duration) maximum wait time between operations, defaults to '15s' +cycle (duration) time duration between scanner cycles ``` Example: the following setting will decrease the scanner speed by a factor of 3, reducing the system resource use, but increasing the latency of updates being reflected.