mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-11 21:07:28 -08:00
wip: minor change
This commit is contained in:
parent
fc9be62eb8
commit
99e9d282ee
|
@ -36,7 +36,7 @@ export const schema = {
|
||||||
env: 'N8N_CONCURRENCY_PRODUCTION_LIMIT',
|
env: 'N8N_CONCURRENCY_PRODUCTION_LIMIT',
|
||||||
},
|
},
|
||||||
evaluationLimit: {
|
evaluationLimit: {
|
||||||
doc: 'Max evaluation executions allowed to run concurrently. Default is `1`.',
|
doc: 'Max evaluation executions allowed to run concurrently.',
|
||||||
format: Number,
|
format: Number,
|
||||||
default: -1,
|
default: -1,
|
||||||
env: 'N8N_CONCURRENCY_EVALUATION_LIMIT',
|
env: 'N8N_CONCURRENCY_EVALUATION_LIMIT',
|
||||||
|
|
Loading…
Reference in a new issue