mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 19:00:59 +03:00
update steps
This commit is contained in:
@@ -55,6 +55,7 @@ class Github_DocumentLoaders implements INode {
|
|||||||
label: 'Max Concurrency',
|
label: 'Max Concurrency',
|
||||||
name: 'maxConcurrency',
|
name: 'maxConcurrency',
|
||||||
type: 'number',
|
type: 'number',
|
||||||
|
step: 1,
|
||||||
optional: true,
|
optional: true,
|
||||||
additionalParams: true
|
additionalParams: true
|
||||||
},
|
},
|
||||||
@@ -74,6 +75,7 @@ class Github_DocumentLoaders implements INode {
|
|||||||
description:
|
description:
|
||||||
'The maximum number of retries that can be made for a single call, with an exponential backoff between each attempt. Defaults to 2.',
|
'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',
|
type: 'number',
|
||||||
|
step: 1,
|
||||||
optional: true,
|
optional: true,
|
||||||
additionalParams: true
|
additionalParams: true
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user