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: remove 100ms delay on first and subsequent read calls #76

Merged
merged 1 commit into from
Jun 28, 2024

Commits on Jun 27, 2024

  1. fix: remove 100ms delay on first and subsequent read calls

    Currently, there is an unnecessary wait with `recv_timeout()` on reader thread which causes reading from pipe to have an inherent 100ms wait time.
    
    Similarly, cache thread also has this issue, where read() calls are served throttled with a 100ms delay
    SilverMira authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    5a8aab1 View commit details
    Browse the repository at this point in the history