Show More
@@ -604,7 +604,7 b' def isgooddeltainfo(revlog, deltainfo, r' | |||||
604 | # If a revision's full text is that much bigger than a base candidate full |
|
604 | # If a revision's full text is that much bigger than a base candidate full | |
605 | # text's, it is very unlikely that it will produce a valid delta. We no longer |
|
605 | # text's, it is very unlikely that it will produce a valid delta. We no longer | |
606 | # consider these candidates. |
|
606 | # consider these candidates. | |
607 | LIMIT_BASE2TEXT = 50 |
|
607 | LIMIT_BASE2TEXT = 500 | |
608 |
|
608 | |||
609 | def _candidategroups(revlog, textlen, p1, p2, cachedelta): |
|
609 | def _candidategroups(revlog, textlen, p1, p2, cachedelta): | |
610 | """Provides group of revision to be tested as delta base |
|
610 | """Provides group of revision to be tested as delta base |
General Comments 0
You need to be logged in to leave comments.
Login now