##// END OF EJS Templates
revlog: fix misleading comment about _maxinline
Arseniy Alekseyev -
r50723:9854a9ad default
parent child Browse files
Show More
@@ -128,7 +128,7 b" rustrevlog = policy.importrust('revlog')"
128 # Aliased for performance.
128 # Aliased for performance.
129 _zlibdecompress = zlib.decompress
129 _zlibdecompress = zlib.decompress
130
130
131 # max size of revlog with inline data
131 # max size of inline data embedded into a revlog
132 _maxinline = 131072
132 _maxinline = 131072
133
133
134 # Flag processors for REVIDX_ELLIPSIS.
134 # Flag processors for REVIDX_ELLIPSIS.
General Comments 0
You need to be logged in to leave comments. Login now