Mirror fix

This commit is contained in:
Unknown 2014-04-12 01:47:59 -04:00
parent 790a2c1099
commit 794b457252
1 changed files with 1 additions and 1 deletions

View File

@ -302,7 +302,7 @@ func ParsePatch(reader io.Reader) (*Diff, error) {
i = i + 1
// Diff data too large.
if i == 10000 {
if i == 2000 {
return &Diff{}, nil
}