dropbox / dbxcli

A command line client for Dropbox built using the Go SDK
Other
1.05k stars 101 forks source link

Why this script upload speed is slow #123

Open louishot opened 5 years ago

louishot commented 5 years ago

I have use a python sdk https://github.com/dropbox/dropbox-sdk-python When I upload a 2GB single file it can go 800Mbps/s but dbxcli only can go about 200Mbps

Upload speed is very unstable Loop like this 150Mbps > 150kbps > 150Mbps > 30Mbps > 150Mbps

python sdk speed

http://www.giphy.com/gifs/MdYJamzzeZiPrr0s3k

dbxcli speed

http://www.giphy.com/gifs/U7alYwUg7NcCN6JwNJ

Is it a chunkSize problem?