nuke: adding node knob for concurrent tasks

- and fixing misspelling
This commit is contained in:
Jakub Jezek 2022-04-01 16:40:14 +02:00
parent d63a0aad71
commit 5014dfddf9
No known key found for this signature in database
GPG key ID: D8548FBF690B100A
4 changed files with 17 additions and 7 deletions

View file

@ -62,7 +62,7 @@
"use_published": true,
"priority": 50,
"chunk_size": 10,
"concurent_task": 1,
"concurrent_tasks": 1,
"primary_pool": "",
"secondary_pool": "",
"group": "",

View file

@ -207,8 +207,8 @@
},
{
"type": "number",
"key": "concurent_task",
"label": "Number of concurent tasks"
"key": "concurrent_tasks",
"label": "Number of concurrent tasks"
},
{
"type": "splitter"