Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix session timer #335

Merged
merged 1 commit into from
Nov 22, 2023
Merged

Fix session timer #335

merged 1 commit into from
Nov 22, 2023

Conversation

stintel
Copy link
Collaborator

@stintel stintel commented Nov 22, 2023

In commit 349a8e4 ("treewide: define display timeout in seconds"), we changed reset_timer to convert the timeout to microseconds inside the function, but we forgot to change the reset_timer call for the session timer. As a result, the session timer was waiting for millions of seconds rather than just the number of seconds in the config.

Fixes: 349a8e4 ("treewide: define display timeout in seconds")

In commit 349a8e4 ("treewide: define display timeout in seconds"),
we changed reset_timer to convert the timeout to microseconds inside the
function, but we forgot to change the reset_timer call for the session
timer. As a result, the session timer was waiting for millions of
seconds rather than just the number of seconds in the config.

Fixes: 349a8e4 ("treewide: define display timeout in seconds")
@kristiankielhofner kristiankielhofner merged commit dd2815b into main Nov 22, 2023
15 checks passed
@kristiankielhofner kristiankielhofner deleted the fix/session_timer branch November 22, 2023 17:36
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