Am 08.03.2016 um 11:05 schrieb Chris:
> See https://github.com/owncloud/core/issues/20967
> 
> 
> 
> --
> View this message in context: 
> http://owncloud.10557.n7.nabble.com/OC-8-1-4-slow-client-upload-of-GB-size-files-tp16149p16813.html
> Sent from the Users mailing list archive at Nabble.com.
> _______________________________________________
> User mailing list
> User@owncloud.org
> http://mailman.owncloud.org/mailman/listinfo/user
> 
The sql-queries shouldn't be so much of an issue on big files.

For big files, it is more the default chunk size which is not the best
choice on fast networks (5 MB or 20 MB?). But you can increase this
default value:
https://forum.owncloud.org/viewtopic.php?f=14&t=33209

There are also some efforts to implement a variable chunk size in the
future:
https://github.com/owncloud/client/issues/4019

Cheers,
tflidd
_______________________________________________
User mailing list
User@owncloud.org
http://mailman.owncloud.org/mailman/listinfo/user

Reply via email to