Opened at 2022-12-13T20:36:41Z
Closed at 2023-01-02T15:09:59Z
#3954 closed enhancement (fixed)
Make HTTP no slower than Foolscap for immutable downloads
Reported by: | itamarst | Owned by: | GitHub <noreply@…> |
---|---|---|---|
Priority: | normal | Milestone: | HTTP Storage Protocol |
Component: | unknown | Version: | n/a |
Keywords: | Cc: | ||
Launchpad Bug: |
Description
Change History (2)
comment:1 Changed at 2022-12-13T20:37:18Z by itamarst
comment:2 Changed at 2023-01-02T15:09:59Z by GitHub <noreply@…>
- Owner set to GitHub <noreply@…>
- Resolution set to fixed
- Status changed from new to closed
In 1c643ebb/trunk:
Note: See
TracTickets for help on using
tickets.
Per my benchmarks, HTTP is currently much slower, because it only does persistent connections per host by default. Increasing that number should allow for the (still crappy) parallelism in the downloader, which should help a lot.