Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Big file chunking: Last chunk upload takes too long #2947

Closed
dragotin opened this issue Apr 16, 2013 · 3 comments
Closed

Big file chunking: Last chunk upload takes too long #2947

dragotin opened this issue Apr 16, 2013 · 3 comments

Comments

@dragotin
Copy link
Contributor

When working with big file chunking which works nice so far 👍 there is one problem that should be fixed: The upload of the last chunk takes long, way longer than all the other uploads. This is because the resulting file is assembled in that step which takes long long for big files. Maybe its also because of versioning?!

That is NOT only a cosmetic thing but since we can easily run into timeouts with larger files which causes big inconvenience for the user: The long upload has finished, but while assembling the server times out. Exactly to avoid that was one of the initial ideas of big file chunking.

Tested with stable5 branch.

@BernhardPosselt
Copy link
Contributor

@schiesbn

@jancborchardt
Copy link
Member

I’m closing this issue because it has been inactive for a few months. This probably means that the issue is not reproducible or it has been fixed in a newer version.

Please reopen if you still encounter this issue with the latest stable version (currently ownCloud 5.0.9) and then please use the issue template. You an also contribute directly by providing a patch – see the developer manual. :)

Thank you!

@dragotin
Copy link
Contributor Author

This is a dupe of #4997.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants