Add the chunksize parameter
Also change default chunkSize to 10MB (up from 5).
This commit is contained in:
parent
3dc95e213c
commit
8341f0ce5d
3 changed files with 44 additions and 22 deletions
|
@ -63,6 +63,7 @@ func init() {
|
|||
encryptBool,
|
||||
secureBool,
|
||||
v4AuthBool,
|
||||
minChunkSize,
|
||||
root,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue