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

#11285 GRPC: fix high CPU usage in console application #11286

Merged
merged 1 commit into from
Mar 13, 2024

Conversation

kriben
Copy link
Collaborator

@kriben kriben commented Mar 13, 2024

Increase polling interval to avoid using one core constantly.

Fixes #11285.

Increase polling interval to avoid using one core constantly.

Fixes #11285.
@kriben kriben requested a review from magnesj March 13, 2024 10:08
Copy link
Member

@magnesj magnesj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested on WSL/Ubuntu, works well

@magnesj magnesj merged commit b595487 into dev Mar 13, 2024
21 checks passed
@magnesj magnesj deleted the 11285-fix-excessive-cpu-console-application branch March 13, 2024 15:16
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.

GRPC: high CPU usage in console application
2 participants