1248dc5fb4
The priority threshold to consider a task high priority can now be configured through the Settings Registry under key "/O3DE/AzFramework/Spawnables/HighPriorityThreshold".
14 lines
359 B
Plaintext
14 lines
359 B
Plaintext
{
|
|
"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
|
|
}
|
|
}
|
|
}
|
|
} |