cozy-files
cozy-files copied to clipboard
Upload of a complex folder : Progression is non continous
When I upload a folder with a lot of small files (tested with americano-cozy with node_modules)
The progression goes 9% 10% 8% 11% 9%
I guess there is a race condition between upload and asyncloop for adding files May be just doesn't show the numerical progression while the asyncloop is running
That doesn't surprise, it's actually somewhat the expected behaviour. Should we really fix it?
I think so, from an user point of view, a moving ETA make senses, not a moving percentage.
This is of course low priority.
I get it, let's do it the way you suggest: before the asyncloop is over, we show "computation blablabla", then the percentage. It will still move if the user adds more files during the upload (after the asyncloop), so we could "block" the update of the progress during the new asyncloop too.