From the to-do list: MPA V1.0: API integration bugs and improvements
✔ Optimize download all
(Completed by Pierre henri Seylan on April 3, 2019)
Comments
Pierre henri Seylan on January 17, 2019:
1. Delay before starting downloads: When using the "download all" feature or dowloading many files at once, there is a delay before the download starts. This seems to be similar to what we have optimized for the "batch upload" functioality. The app is probably processing all files to be downloaded at once, thus the delay.
Let's try to optimize it so that the downloads starts faster, probably by processing each file separately.
Comments
Pierre henri Seylan on January 17, 2019:
When using the "download all" feature or dowloading many files at once, there is a delay before the download starts.
This seems to be similar to what we have optimized for the "batch upload" functioality.
The app is probably processing all files to be downloaded at once, thus the delay.
Let's try to optimize it so that the downloads starts faster, probably by processing each file separately.
Karim Alabtakh on March 27, 2019: