Spawning priority threshold through SetReg
The priority threshold to consider a task high priority can now be configured through the Settings Registry under key "/O3DE/AzFramework/Spawnables/HighPriorityThreshold".
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"O3DE":
|
||||
{
|
||||
"AzFramework":
|
||||
{
|
||||
"Spawnables":
|
||||
{
|
||||
// Any requests with a priorty value equal or smaller than this will be considered a high priority request.
|
||||
// The range for this value is between 0 and 255.
|
||||
"HighPriorityThreshold" : 64
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user