You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 19, 2018. It is now read-only.
Hi,
I am using concurrent chunks because of the speed benefits.
In my setup I have the final files folder on a mounted samba share which has a limited write speed.
The assembling of chunks can therefore take up to 15 minutes.
Would it be possible to somehow make the assembling happen as the chunks come in, and the that the final assemble just be a rename like "bigfile.mov.assembling" -> bigfile.mov and deleting of chunks?
Would you guys merge a pull request for this or do you see this as out of scope/not in fineuploaders api?
Hi,
I am using concurrent chunks because of the speed benefits.
In my setup I have the final files folder on a mounted samba share which has a limited write speed.
The assembling of chunks can therefore take up to 15 minutes.
Would it be possible to somehow make the assembling happen as the chunks come in, and the that the final assemble just be a rename like "bigfile.mov.assembling" -> bigfile.mov and deleting of chunks?
Would you guys merge a pull request for this or do you see this as out of scope/not in fineuploaders api?