Changed scheduler priorities

This commit is contained in:
Alex 2023-02-15 07:21:08 +02:00
parent 4506648cd6
commit 51b0e3b5a8
Signed by untrusted user who does not match committer: enderice2
GPG Key ID: EACC3AD603BAB4DD

View File

@ -61,10 +61,10 @@ namespace Tasking
{ {
UnknownPriority = 0, UnknownPriority = 0,
Idle = 1, Idle = 1,
Low = 25, Low = 2,
Normal = 50, Normal = 5,
High = 75, High = 8,
Critical = 100 Critical = 10
}; };
struct TaskSecurity struct TaskSecurity