New Infrastructure: Mostly Complete

Peter Wu lekensteyn at gmail.com
Thu Apr 25 19:40:27 CEST 2013


Hi Jason,

On Thursday 25 April 2013 19:08:18 Jason A. Donenfeld wrote:
> I'm unable to reproduce this over here -- either the slow compressing stage
> nor the HTTP gateway timeout errors.
I cannot reproduce it anymore, it seems to be fixed. You may want to check your 
logs to see what was going on. The cgit website is working again, cloning over 
git is fast:

$ git clone git://git.zx2c4.com/cgit
Cloning into 'cgit'...
remote: Counting objects: 4419, done.
remote: Compressing objects: 100% (1559/1559), done.
remote: Total 4419 (delta 3181), reused 3922 (delta 2851)
Receiving objects: 100% (4419/4419), 784.10 KiB | 580 KiB/s, done.
Resolving deltas: 100% (3181/3181), done.

HTTP takes more time, perhaps because it is using the "dumb" protocol? Not a 
big deal though since git:// works nicely. Thanks for the update!

> zx2c4 at thinkpad ~ $ time git clone http://git.zx2c4.com/cgit
> Cloning into 'cgit'...
> 
> real    0m19.327s
> user    0m0.998s
> sys     0m0.579s
> 
> zx2c4 at thinkpad ~ $ time git clone git://git.zx2c4.com/cgit
> Cloning into 'cgit'...
> remote: Counting objects: 4419, done.
> remote: Compressing objects: 100% (1559/1559), done.
> remote: Total 4419 (delta 3181), reused 3922 (delta 2851)
> Receiving objects: 100% (4419/4419), 784.10 KiB | 387 KiB/s, done.
> Resolving deltas: 100% (3181/3181), done.
> 
> real    0m1.749s
> user    0m0.184s
> sys     0m0.079s

Regards,
Peter




More information about the CGit mailing list