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

Easier parallel uploads caching #318

Merged
merged 5 commits into from
Aug 4, 2015
Merged

Conversation

odeke-em
Copy link
Owner

@odeke-em odeke-em commented Aug 4, 2015

This PR addresses issues #315 and #77. It also fixes the bugs and complexity in PR #210.

  • Introduces a flag --v for verbosity during push to see step by step information.
  • Introduces $GOMAXPROCS to be the number of max parallel uploads. Default is 4.

To test it out:

$ go get -u github.com/odeke-em/drive
$ cd $GOPATH/src/github.com/odeke-em/drive
$ git checkout easier-parallel-uploads-caching && git fetch --all
$ go get ./drive-gen && drive-gen
$ drive push -v [paths...]

@odeke-em odeke-em mentioned this pull request Aug 4, 2015
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

1 participant