wip: minor change

This commit is contained in:
Eugene Molodkin 2025-01-06 14:44:55 +01:00
parent fc9be62eb8
commit 99e9d282ee
No known key found for this signature in database

View file

@ -36,7 +36,7 @@ export const schema = {
env: 'N8N_CONCURRENCY_PRODUCTION_LIMIT',
},
evaluationLimit: {
doc: 'Max evaluation executions allowed to run concurrently. Default is `1`.',
doc: 'Max evaluation executions allowed to run concurrently.',
format: Number,
default: -1,
env: 'N8N_CONCURRENCY_EVALUATION_LIMIT',