mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-08 13:59:17 +00:00
Changed scheduler priorities
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user