Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use concurrent upload session in put cmd #170

Merged
merged 2 commits into from
Jun 11, 2021
Merged

Use concurrent upload session in put cmd #170

merged 2 commits into from
Jun 11, 2021

Conversation

rajatgoel
Copy link
Contributor

No description provided.

@rajatgoel
Copy link
Contributor Author

rajatgoel commented Jun 11, 2021

With a single worker -

dbxcli put ~/Desktop/VSCode-darwin-universal.zip -w=1 uni.zip
Uploading 172 MiB/172 MiB

real	0m27.713s
user	0m0.716s
sys	0m1.206s

With 4 workers -

dbxcli put ~/Desktop/VSCode-darwin-universal.zip -w=4 uni.zip
Uploading 172 MiB/172 MiB

real	0m14.128s
user	0m0.571s
sys	0m0.889s

The impact will be more visible on larger files.

@rajatgoel rajatgoel merged commit 1020fd2 into master Jun 11, 2021
@rajatgoel rajatgoel deleted the parallel-upload branch June 11, 2021 16:30
@rajatgoel
Copy link
Contributor Author

Are you compiling dbxcli from source? I don't think we have had any release since adding this feature.

@arayiksmbatyan
Copy link

arayiksmbatyan commented May 24, 2022

I use the 3.0.0 version and have the same issue.
dropbox-issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants