mirror of
https://github.com/9001/copyparty.git
synced 2025-10-05 19:42:29 +02:00
new option: default-hasher for PUTs
This commit is contained in:
parent
bfb39969a4
commit
0de09860f6
4 changed files with 34 additions and 27 deletions
|
@ -180,6 +180,7 @@ class Cfg(Namespace):
|
|||
v=v or [],
|
||||
c=c,
|
||||
E=E,
|
||||
bup_ck="sha512",
|
||||
dbd="wal",
|
||||
dk_salt="b" * 16,
|
||||
fk_salt="a" * 16,
|
||||
|
@ -192,6 +193,7 @@ class Cfg(Namespace):
|
|||
mte={"a": True},
|
||||
mth={},
|
||||
mtp=[],
|
||||
put_ck="sha512",
|
||||
put_name="put-{now.6f}-{cip}.bin",
|
||||
mv_retry="0/0",
|
||||
rm_retry="0/0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue