##// END OF EJS Templates
help: clarify the unit of `ui.large-file-limit` config...
marmoute -
r49925:e31bba4c stable
parent child Browse files
Show More
@@ -2630,7 +2630,8 b' User interface controls.'
2630 2630 ``large-file-limit``
2631 2631 Largest file size that gives no memory use warning.
2632 2632 Possible values are integers or 0 to disable the check.
2633 (default: 10000000)
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 2635
2635 2636 ``logtemplate``
2636 2637 (DEPRECATED) Use ``command-templates.log`` instead.
General Comments 0
You need to be logged in to leave comments. Login now