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
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04

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
}