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

Status ping shows as 50ms on localhost #10

Closed
caelunshun opened this issue Jul 1, 2019 · 0 comments · Fixed by #19
Closed

Status ping shows as 50ms on localhost #10

caelunshun opened this issue Jul 1, 2019 · 0 comments · Fixed by #19

Comments

@caelunshun
Copy link
Member

This is caused by the fact that the status handling code is on the main server thread, which runs once every 50 milliseconds. To resolve this, part of the initial handler would have to be moved to the IO worker threads.

This was referenced Jul 24, 2019
Tracreed pushed a commit to Tracreed/feather that referenced this issue Sep 26, 2021
`cargo fmt` wants new lines at the end of files.
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 a pull request may close this issue.

1 participant