mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
OP-2551 - added multiprocess override by env var
In case of multiple variants of AE, project setting might not be enough. Add MULTIPROCESS env var to specific app variant.
This commit is contained in:
parent
986a83c93d
commit
21ac7b25ea
2 changed files with 13 additions and 5 deletions
|
|
@ -1127,7 +1127,9 @@
|
|||
"darwin": [],
|
||||
"linux": []
|
||||
},
|
||||
"environment": {}
|
||||
"environment": {
|
||||
"MULTIPROCESS": "No"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue