Merge pull request #2584 from owncloud/lower_tus_size

lower TUS max chunk size from infinite to 0.1 GB
This commit is contained in:
Willy Kloucek
2021-10-20 17:07:44 +02:00
committed by GitHub
2 changed files with 7 additions and 1 deletions
@@ -0,0 +1,6 @@
Enhancement: Lower TUS max chunk size
We've lowered the TUS max chunk size from infinite to 0.1GB so that chunking actually happens.
https://github.com/owncloud/ocis/pull/2584
https://github.com/cs3org/reva/pull/2136