mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
nuke: adding node knob for concurrent tasks
- and fixing misspelling
This commit is contained in:
parent
d63a0aad71
commit
5014dfddf9
4 changed files with 17 additions and 7 deletions
|
|
@ -62,7 +62,7 @@
|
|||
"use_published": true,
|
||||
"priority": 50,
|
||||
"chunk_size": 10,
|
||||
"concurent_task": 1,
|
||||
"concurrent_tasks": 1,
|
||||
"primary_pool": "",
|
||||
"secondary_pool": "",
|
||||
"group": "",
|
||||
|
|
|
|||
|
|
@ -207,8 +207,8 @@
|
|||
},
|
||||
{
|
||||
"type": "number",
|
||||
"key": "concurent_task",
|
||||
"label": "Number of concurent tasks"
|
||||
"key": "concurrent_tasks",
|
||||
"label": "Number of concurrent tasks"
|
||||
},
|
||||
{
|
||||
"type": "splitter"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue