mirror of
https://github.com/9001/copyparty.git
synced 2025-10-06 03:50:30 +02:00
add streaming upload compression
This commit is contained in:
parent
8b58e951e3
commit
621471a7cb
3 changed files with 89 additions and 4 deletions
|
@ -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():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue