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: reset batch size counter #175

Merged
merged 1 commit into from
May 20, 2018
Merged

fix: reset batch size counter #175

merged 1 commit into from
May 20, 2018

Commits on May 18, 2018

  1. fix: reset batch size counter

    When a batch of blocks was sent, the counter for the calculating
    the size wasn't reset. After the initial batch, every message was
    sent individually, which lead to a performance bottleneck. With
    this change receiving larger files (> 2MiB) is about 30% faster.
    vmx committed May 18, 2018
    Configuration menu
    Copy the full SHA
    ed488ba View commit details
    Browse the repository at this point in the history