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

site-maven-plugin is 10 times more slow then plain git command line with ssh #27

Open
carrot-garden opened this issue Dec 14, 2012 · 9 comments

Comments

@carrot-garden
Copy link

site-maven-plugin is 10 times more slow then plain git command line with ssh

I suggest to convert plugin transport to direct git invocations

@yegor256
Copy link

+1

@opoo
Copy link

opoo commented Nov 11, 2013

+1

I found that this plugin calls method org.eclipse.egit.github.core.service.DataService#createBlob() for every file, and this method will post file binary content to GitHub API server every time.

I rewrite the plugin. It will be faster when I call createBlob() in multi-thread, but many 502 errors occured. Less threads less errors, more threads more errors, and sometimes works well without any errors. It's weird.

@ryancarlson
Copy link

+1

@StefanLiebenberg
Copy link

+1

@bguerin
Copy link
Contributor

bguerin commented Jan 4, 2016

See #90...

jodastephen pushed a commit to jodastephen/maven-plugins that referenced this issue Jan 11, 2017
@edrdo
Copy link

edrdo commented Mar 24, 2017

+1

@WolfgangFahl
Copy link

5 years and not even an assignee or a milestone ...

@rsadasiv
Copy link

rsadasiv commented Sep 9, 2020

+100

@luzhichao
Copy link

同意

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

No branches or pull requests

9 participants