##// END OF EJS Templates
help: set the large-file-limit to 10MB...
marmoute -
r49926:8653a2a3 stable
parent child Browse files
Show More
@@ -2255,7 +2255,7 b' coreconfigitem('
2255 2255 coreconfigitem(
2256 2256 b'ui',
2257 2257 b'large-file-limit',
2258 default=10000000,
2258 default=10 * (2 ** 20),
2259 2259 )
2260 2260 coreconfigitem(
2261 2261 b'ui',
@@ -2631,7 +2631,7 b' User interface controls.'
2631 2631 Largest file size that gives no memory use warning.
2632 2632 Possible values are integers or 0 to disable the check.
2633 2633 Value is expressed in bytes by default, one can use standard units for
2634 convenience (e.g. 10MB, 0.1GB, etc) (default: 10000000)
2634 convenience (e.g. 10MB, 0.1GB, etc) (default: 10MB)
2635 2635
2636 2636 ``logtemplate``
2637 2637 (DEPRECATED) Use ``command-templates.log`` instead.
General Comments 0
You need to be logged in to leave comments. Login now