Allow SchedRR for I/O threads (fix copy/paste typo)

This commit is contained in:
Robin Gareus
2025-04-26 16:11:51 +02:00
parent 89003b1708
commit cb8dd39f31

View File

@@ -4968,7 +4968,7 @@ These settings will only take effect after %1 is restarted.\n\
);
iotp->add (0, _("No priority"));
iotp->add (1, _("Realtime (FIFO)"));
iotp->add (1, _("Realtime (Round Robin)"));
iotp->add (2, _("Realtime (Round Robin)"));
add_option (_("Performance"), iotp);
#endif
}