Stefan Monnier wrote: > I've played with a BuGit repository holding a copy of debbugs.gnu.org > (about 30K issues, IIRC) and indeed I found a few performance problems, > but it still seemed very usable at that scale.
If you have 30K refs in the local and remote repo, git pull has to download over 1 megabyte of data, and upload a similar amount, just to learn that no refs have changed and there's nothing to pull. This might be unnoticable for some people, and crippling for others. -- see shy jo
signature.asc
Description: PGP signature
_______________________________________________ dist-bugs mailing list [email protected] https://kitenet.net/cgi-bin/mailman/listinfo/dist-bugs
