Piwigo / piwigo-flutter-app

Piwigo mobile application for Android
GNU General Public License v2.0
82 stars 26 forks source link

Limit number of uploads in parallel #179

Open hztirf opened 7 months ago

hztirf commented 7 months ago

Feature request: Add field in settings to define the number of parallel uploads to the Piwigo instance

Use case: I host my Piwigo instance on a not so powerful webhosting platform. Uploading multiple photos in parallel from the web browser works fine (2-4 uploads in parallel), Piwigo NG on my smartphone uploads 6-8 photos in parallel, and the upload of 2-3 out of 6-8 fails because of server timeouts.

And just to add something really important: Good job - I like your app! :)

remi-martin commented 6 months ago

Hi, thanks for the comment. I didn''t know this problem could happen :(. Uploading images in parallel sseems not that useful to me. Maybe I can just remove it and perform an upload queue.

Poil commented 4 months ago

Hi,

I have only 5 php-fpm process, so piwigo-ng has a lot of failures when uploading photos. Also I think we need a retry feature

Best regards