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

Lower the ev tick interval to 10ms #924

Merged
merged 1 commit into from Nov 22, 2019
Merged

Commits on Nov 22, 2019

  1. Lower the ev tick interval to 10ms

    When there's nothing waiting we wait this long unconditionally, but that
    can add a lot of latency across a path.
    
    There are likely better ways to handle this via libuv's run handlers,
    but this addresses the latency until we figure that out.
    jagerman committed Nov 22, 2019
    Configuration menu
    Copy the full SHA
    d3082ff View commit details
    Browse the repository at this point in the history