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 documentation and also performance improvements #2

Merged
merged 4 commits into from
Dec 5, 2023
Merged

Commits on Dec 2, 2023

  1. Improve documentation

    - ensure the code snippet in README actually works
    - minor doc wording changes
    mtelahun committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    92e2772 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. Configuration menu
    Copy the full SHA
    aafb309 View commit details
    Browse the repository at this point in the history
  2. Make the code faster and small bugfix

    o use tokio::io::copy instead of rolling our own version. This led to a marked
      performance improvement in throughput
    o when we receive a 0 byte read shutdown the other end of the connection. Otherwise
      we end up with both sides of the connection remaining open until the relay
      is shutdown.
    mtelahun committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    51c5a3e View commit details
    Browse the repository at this point in the history
  3. Update GH workflow

    - remove database related actions
    - pin tarpaulin to ver. 0.22.0
    mtelahun committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    1f2245b View commit details
    Browse the repository at this point in the history