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:
AMZN-koppersr
2021-05-26 16:39:24 -07:00
parent e0948a26bc
commit 1248dc5fb4
3 changed files with 30 additions and 28 deletions
+14
View File
@@ -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
}
}
}
}