Skip to content
This repository has been archived by the owner on Aug 18, 2020. It is now read-only.

[CBR-454] Correct window size when streaming blocks #3679

Merged
merged 1 commit into from
Sep 28, 2018

Commits on Sep 28, 2018

  1. [CBR-454] Correct window size when streaming blocks

    When a node syncs with mainnet it maintains a window which controls
    how many blocks the peer it syncs with is permitted to have outstanding.
    The client incorrectly increased the window which, when the server
    manages to send faster than the client was able to write to disk, would
    lead to a very large memory consumption until all blocks where written.
    karknu committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    01fff4f View commit details
    Browse the repository at this point in the history