From 84ae33994a42eb0fc1804ceadf75067418285d8d Mon Sep 17 00:00:00 2001 From: Robin Beck Date: Wed, 5 Jun 2024 11:54:57 -0600 Subject: [PATCH] changes sync_interval_seconds default to 600 (#4823) --- website/content/docs/concepts/domain-model/host-sets.mdx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/website/content/docs/concepts/domain-model/host-sets.mdx b/website/content/docs/concepts/domain-model/host-sets.mdx index aa760f19f3..551d60ad48 100644 --- a/website/content/docs/concepts/domain-model/host-sets.mdx +++ b/website/content/docs/concepts/domain-model/host-sets.mdx @@ -39,8 +39,7 @@ A host set has the following configurable attributes: - `sync_interval_seconds` - (optional) The number of seconds between the time boundary syncs the [hosts][] in this - set using this host set's plugin. If not provided a system determined default - is used. + set using this host set's plugin. Defaults to `600` seconds, or 10 minutes. ## Referenced by