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 cpu usage high #515

Closed
wants to merge 2 commits into from
Closed

Conversation

kbkpbot
Copy link
Contributor

@kbkpbot kbkpbot commented Nov 2, 2024

This PR may fix #511

@mochalins
Copy link
Contributor

A blanket 100ms sleep in the main event loop is not at all the proper way to fix this issue. This will cause unacceptable input latency issues for some applications.

@mochalins mochalins closed this Nov 9, 2024
@AlbertShown
Copy link
Contributor

Fixed (984de15) by adding sleep in the WebView thread instead of main thread.

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.

Linux WebView high CPU usage
3 participants