Skip to content
Snippets Groups Projects
Commit 437c1086 authored by Jono Wenger's avatar Jono Wenger
Browse files

Update default max throughput for file transfer CLI to 1000 (max throughput...

Update default max throughput for file transfer CLI to 1000 (max throughput that works in local integration)
parent 69b7ca37
No related branches found
No related tags found
3 merge requests!510Release,!226WIP: Api2.0,!207WIP: Client Restructure
...@@ -369,7 +369,7 @@ func init() { ...@@ -369,7 +369,7 @@ func init() {
"File preview data. Set either this flag or filePreviewPath.") "File preview data. Set either this flag or filePreviewPath.")
bindPFlagCheckErr("filePreviewString") bindPFlagCheckErr("filePreviewString")
ftCmd.Flags().Int("maxThroughput", 0, ftCmd.Flags().Int("maxThroughput", 1000,
"Maximum data transfer speed to send file parts (in bytes per second)") "Maximum data transfer speed to send file parts (in bytes per second)")
bindPFlagCheckErr("maxThroughput") bindPFlagCheckErr("maxThroughput")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment