Skip to content

Commit

Permalink
Increase IDE Task priority
Browse files Browse the repository at this point in the history
Increase priority to 11, the same as scsi.device and cdtv.device
Gives a speed boost, presumably because this makes the IDE task higher priority than the FS tasks (They are prio 10)
  • Loading branch information
LIV2 committed Jul 31, 2023
1 parent 5cc9c4c commit 5212f4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion idetask.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Copyright (C) 2023 Matthew Harlum <[email protected]>
*/
#define TASK_NAME "idetask"
#define TASK_PRIORITY 5
#define TASK_PRIORITY 11
#define TASK_STACK_SIZE 65535

#define CHANGEINT_INTERVAL 2 // Poll units every x seconds for disk change
Expand Down

0 comments on commit 5212f4c

Please sign in to comment.