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

Faster CustomURL uploading. #1073

Closed
krusic22 opened this issue Apr 24, 2023 · 3 comments
Closed

Faster CustomURL uploading. #1073

krusic22 opened this issue Apr 24, 2023 · 3 comments
Milestone

Comments

@krusic22
Copy link

Currently, when using Auto Send to upload a CSV, only about 5 rows per second are sent. As a result, files such as 3-hour long tracks with 1-second logging take more than 30 minutes to upload.

Is it possible to add an option that enables users to adjust the speed at which requests are sent?

@mendhak mendhak added this to the v130 milestone Mar 2, 2024
@mendhak
Copy link
Owner

mendhak commented Mar 2, 2024

The 5 per second is a good observation it's because each line in the CSV gets queued as a single background job, and the background jobs are I think 5/second. I've now made a change in Milestone 130, where the requests get grouped together.

@mendhak
Copy link
Owner

mendhak commented Apr 1, 2024

v130 is now on FDroid and the releases.

@mendhak mendhak closed this as completed Apr 1, 2024
@krusic22
Copy link
Author

krusic22 commented Apr 3, 2024

Can confirm. Custom uploads are now fast AF. 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants