mendhak / gpslogger

:satellite: Lightweight GPS Logging Application For Android.
https://gpslogger.app
Other
1.99k stars 607 forks source link

Faster CustomURL uploading. #1073

Closed krusic22 closed 7 months ago

krusic22 commented 1 year ago

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 commented 8 months ago

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 commented 7 months ago

v130 is now on FDroid and the releases.

krusic22 commented 7 months ago

Can confirm. Custom uploads are now fast AF. 🚀