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