Skip to content
Snippets Groups Projects
Commit 8653a2a33736 authored by Pierre-Yves David's avatar Pierre-Yves David :octopus:
Browse files

help: set the large-file-limit to 10MB

This is a minor increase (5%) and makes the doc much clearer.

Differential Revision: https://phab.mercurial-scm.org/D12484
parent e31bba4c1be3
No related branches found
No related tags found
No related merge requests found
......@@ -2255,7 +2255,7 @@
coreconfigitem(
b'ui',
b'large-file-limit',
default=10000000,
default=10 * (2 ** 20),
)
coreconfigitem(
b'ui',
......
......@@ -2631,7 +2631,7 @@
Largest file size that gives no memory use warning.
Possible values are integers or 0 to disable the check.
Value is expressed in bytes by default, one can use standard units for
convenience (e.g. 10MB, 0.1GB, etc) (default: 10000000)
convenience (e.g. 10MB, 0.1GB, etc) (default: 10MB)
``logtemplate``
(DEPRECATED) Use ``command-templates.log`` instead.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment