Skip to content

Commit 794b457

Browse files
committed
Mirror fix
1 parent 790a2c1 commit 794b457

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/git.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ func ParsePatch(reader io.Reader) (*Diff, error) {
302302
i = i + 1
303303

304304
// Diff data too large.
305-
if i == 10000 {
305+
if i == 2000 {
306306
return &Diff{}, nil
307307
}
308308

0 commit comments

Comments
 (0)