Fix I/O Tasklist RR schedule option

This commit is contained in:
Robin Gareus
2024-10-18 15:09:44 +02:00
parent bf2016071d
commit 92e452609a

View File

@@ -62,6 +62,7 @@ IOTaskList::IOTaskList (uint32_t n_threads)
case 2:
use_rt = true;
policy = SCHED_RR;
break;
default:
use_rt = false;
policy = SCHED_OTHER;