mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 13:00:56 +03:00
update steps
This commit is contained in:
@@ -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
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user