add streaming upload compression

This commit is contained in:
ed 2021-08-08 02:45:50 +02:00
parent 8b58e951e3
commit 621471a7cb
3 changed files with 89 additions and 4 deletions

View file

@ -803,6 +803,10 @@ class AuthSrv(object):
if use:
vol.lim = lim
for vol in vfs.all_vols.values():
if "pk" in vol.flags and "gz" not in vol.flags and "xz" not in vol.flags:
vol.flags["gz"] = False # def.pk
all_mte = {}
errors = False
for vol in vfs.all_vols.values():