Greetings,
Those two repositories give me immediate "Not Found" error in the interface. No fancy message, the page source doesn't show any HTML, just "Not Found". The Page takes ~40ms to load, so it's not reaching any timeout.
The only thing that I can see different is that those 2 repositories are huge, about 2Gb. While the size also makes me scream/cry/ashamed due to no git repo should ever get that big, right now we can't make them smaller.
Is there a config in gitweb/gerrit that would do that?
Current gerrit.config includes :
[gitweb]
cgi = /var/www/git/gitweb.cgi
type = gitweb
Change in /var/www/git/gitweb are mostly aesthetic and changing the projectroot.
All permission in my projectroot are the same for all project.
Thanks in advance.