Skip to content

Conversation

@JacobDev1
Copy link

Hi! This is a very nice program. Below are 2 small fixes.

I fixed the niceness values on POSIX. They were reversed originally.

I removed the REALTIME priority from the UI on Windows.

You should almost never use REALTIME_PRIORITY_CLASS, because this interrupts system threads that manage mouse input, keyboard input, and background disk flushing.

~Windows docs

This priority also requires SeIncreaseBasePriorityPrivilege which users typically don't have. ~docs

Sidenote: Negative niceness requires elevated privileges on POSIX so these options remain non-functional.

@cdgriffith
Copy link
Owner

Thank you for the fixes!

@cdgriffith cdgriffith merged commit f451d21 into cdgriffith:develop Nov 25, 2025
6 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants