Skip to content

Fix unused force_high_res_timers config variable - #374

Open
MagisterX wants to merge 1 commit into
SpecialKO:mainfrom
MagisterX:timer_fix
Open

Fix unused force_high_res_timers config variable#374
MagisterX wants to merge 1 commit into
SpecialKO:mainfrom
MagisterX:timer_fix

Conversation

@MagisterX

Copy link
Copy Markdown

The force_high_res_timers configuration variable was implemented and parsed from the INI file, but its value was never actually used in the waitable timer hooks.

As a result, timer promotion to high-resolution was running unconditionally, completely ignoring the user's preference.
This change binds the hook logic to the actual configuration flag, allowing users to disable the feature when needed.

Signed-off-by: MagisterX <36625965+MagisterX@users.noreply.github.com>
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.

1 participant