##// END OF EJS Templates
deltas: set estimated compression upper bound to "3x" instead of "10x"...
marmoute -
r42669:4a3abb33 default
parent child Browse files
Show More
@@ -1419,7 +1419,7 b' class manifestfulltextcache(util.lrucach'
1419 1419
1420 1420 # and upper bound of what we expect from compression
1421 1421 # (real live value seems to be "3")
1422 MAXCOMPRESSION = 10
1422 MAXCOMPRESSION = 3
1423 1423
1424 1424 @interfaceutil.implementer(repository.imanifeststorage)
1425 1425 class manifestrevlog(object):
General Comments 0
You need to be logged in to leave comments. Login now