From 757bf200403528004b35f02df85b59ae015c8738 Mon Sep 17 00:00:00 2001 From: eskerda Date: Mon, 4 Apr 2022 16:52:28 +0200 Subject: [PATCH] docs: update github discovery processing example Signed-off-by: eskerda --- docs/integrations/github/discovery.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/integrations/github/discovery.md b/docs/integrations/github/discovery.md index 515bf5824c..46e054364f 100644 --- a/docs/integrations/github/discovery.md +++ b/docs/integrations/github/discovery.md @@ -108,7 +108,7 @@ the catalog in your `packages/backend/src/plugins/catalog.ts` file: const builder = await CatalogBuilder.create(env); // For example, to refresh every 5 minutes (300 seconds). -builder.setRefreshIntervalSeconds(300); +builder.setProcessingIntervalSeconds(300); ``` Alternatively, or additionally, you can configure [github-apps] authentication