From b2627cafa38334e1188d9ea82fee6d35ee8114a0 Mon Sep 17 00:00:00 2001 From: Henry Date: Wed, 30 Aug 2023 12:29:32 +0100 Subject: [PATCH] update steps --- packages/components/nodes/documentloaders/Github/Github.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/components/nodes/documentloaders/Github/Github.ts b/packages/components/nodes/documentloaders/Github/Github.ts index b49569da..095b3e76 100644 --- a/packages/components/nodes/documentloaders/Github/Github.ts +++ b/packages/components/nodes/documentloaders/Github/Github.ts @@ -55,6 +55,7 @@ class Github_DocumentLoaders implements INode { label: 'Max Concurrency', name: 'maxConcurrency', type: 'number', + step: 1, optional: true, additionalParams: true }, @@ -74,6 +75,7 @@ class Github_DocumentLoaders implements INode { description: 'The maximum number of retries that can be made for a single call, with an exponential backoff between each attempt. Defaults to 2.', type: 'number', + step: 1, optional: true, additionalParams: true },