mercurial/manifest.py
changeset 42469 4a3abb33380a
parent 42462 bc4373babd04
child 42723 2128c76c8970
--- a/mercurial/manifest.py	Mon Jan 21 22:46:31 2019 +0100
+++ b/mercurial/manifest.py	Fri Apr 26 00:48:12 2019 +0200
@@ -1419,7 +1419,7 @@
 
 # and upper bound of what we expect from compression
 # (real live value seems to be "3")
-MAXCOMPRESSION = 10
+MAXCOMPRESSION = 3
 
 @interfaceutil.implementer(repository.imanifeststorage)
 class manifestrevlog(object):