##// END OF EJS Templates
revlog: use an explicit config option to enable mmap usage for index...
revlog: use an explicit config option to enable mmap usage for index We replace the `experimental.mmapindexthreshold` with two options: The `storage.revlog.mmap.index` is a boolean option to enable or disable the feature. The `storage.revlog.mmap.index:size-threshold` is a bytes option that control when we will be using mmap instead of plain reading.

File last commit:

r30346:9cc438bf default
r52575:c10fa638 default
Show More
__init__.py
0 lines | 0 B | text/x-python | PythonLexer