github.com/cs3org/reva/v2@v2.27.7/changelog/1.15.0_2021-10-26/archiver-fix-max-size.md (about)

     1  Bugfix: Fix archiver max size reached error
     2  
     3  Previously in the total size count of the files being
     4  archived, the folders were taken into account, and this
     5  could cause a false max size reached error because the
     6  size of a directory is recursive-computed, causing the
     7  archive to be truncated. Now in the size count, the
     8  directories are skipped.
     9  
    10  https://github.com/cs3org/reva/pull/2173