Skip to content

Too many parallel downloads #15812

@jkufner

Description

@jkufner

⚠️ Before posting ⚠️

  • This is a bug, not a question or an enhancement.
  • I've searched for similar issues and didn't find a duplicate.
  • I've written a clear and descriptive title for this issue, not just "Bug" or "Crash".
  • I agree to follow Nextcloud's Code of Conduct.

Steps to reproduce

  1. Have a folder with many large files on a server.
  2. Try to sync the whole folder. Does not matter if I select the folder, or select all the files in it.
  3. Nextcloud Android app tries to download everything at once. Like random four of the files make it through, the rest times out.

Expected behaviour

The Nextcloud client should download the files one by one, queuing the rest. No more than two or three files shall be downloaded at once.

Actual behaviour

The Nextcloud client starts all the downloads at once.

Android version

15

Device brand and model

Samsung Galaxy Tab S9 FE

Stock or custom OS?

Stock

Nextcloud android app version

3.34.0

Nextcloud server version

32.0.0

Using a reverse proxy?

Yes

Android logs

No response

Server error logs

Additional information

The connections simply time out because it hits the limit of parallel connections on the server.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions