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

Downloading files is very slow #2236

Open
kingalg opened this issue Jan 19, 2024 · 1 comment
Open

Downloading files is very slow #2236

kingalg opened this issue Jan 19, 2024 · 1 comment
Labels
bug Something isn't working desktop

Comments

@kingalg
Copy link
Collaborator

kingalg commented Jan 19, 2024

Version: 2.0.1-alpha.0

Downloading files is working but it's really slow.

Example - it's taking more than 2 hours to download 62mb file.

@kingalg kingalg added bug Something isn't working desktop labels Jan 19, 2024
@kingalg kingalg added this to Quiet Jan 19, 2024
@kingalg kingalg moved this to Blocked in Quiet Jan 19, 2024
@holmesworcester
Copy link
Contributor

holmesworcester commented Jan 26, 2024

The history on this is that when we increased concurrency we saw large downloads would often or always fail. But when we decrease concurrency to 1, downloads are slow. We should look into this again after upgrading ipfs/libp2p.

Another factor is that we had to write our own logic for downloading and retrying blocks, because the standard IPFS downloader would fail when downloading over Tor, perhaps due to increased latency or the higher risk of timeouts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working desktop
Projects
Status: Blocked
Development

No branches or pull requests

2 participants