From 35173ddb330f97bfa2aacb8965b7624df588dcac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20Adel=C3=B6w?= Date: Mon, 28 Aug 2023 15:44:27 +0200 Subject: [PATCH] example MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fredrik Adelöw --- plugins/catalog-backend/config.d.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/plugins/catalog-backend/config.d.ts b/plugins/catalog-backend/config.d.ts index c5f04793e4..4b9f606043 100644 --- a/plugins/catalog-backend/config.d.ts +++ b/plugins/catalog-backend/config.d.ts @@ -150,6 +150,13 @@ export interface Config { * * @remarks * + * Example: + * + * ```yaml + * catalog: + * processingInterval: { minutes: 30 } + * ``` + * * Note that this is only a suggested minimum, and the actual interval may * be longer. Internally, the catalog will scale up this number by a small * factor and choose random numbers in that range to spread out the load. If