1. 02 Sep, 2020 1 commit
    • Martin Holst Swende's avatar
      eth/downloader: change intial download size (#21366) · 3010f9fc
      Martin Holst Swende authored
      This changes how the downloader works, a little bit. Previously, when block sync started,
      we immediately started filling up to 8192 blocks. Usually this is fine, blocks are small
      in the early numbers. The threshold then is lowered as we measure the size of the blocks
      that are filled.
      
      However, if the node is shut down and restarts syncing while we're in a heavy segment,
      that might be bad. This PR introduces a more conservative initial threshold of 2K blocks
      instead.
      3010f9fc
  2. 01 Sep, 2020 4 commits
  3. 28 Aug, 2020 1 commit
  4. 27 Aug, 2020 2 commits
  5. 26 Aug, 2020 4 commits
  6. 25 Aug, 2020 7 commits
  7. 24 Aug, 2020 4 commits
  8. 22 Aug, 2020 1 commit
  9. 21 Aug, 2020 4 commits
  10. 20 Aug, 2020 4 commits
  11. 19 Aug, 2020 4 commits
  12. 18 Aug, 2020 1 commit
  13. 14 Aug, 2020 1 commit
  14. 11 Aug, 2020 2 commits