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