The size unit of measurements should be mentioned in the config and documentation file

This commit is contained in:
DmitryFrolovTri
2023-05-23 15:10:56 +00:00
parent a32f7975c2
commit 7bc95545ec
2 changed files with 3 additions and 2 deletions
@@ -116,7 +116,7 @@ In addition there is _`StaticRootPath`_ which can be set as a built-in at build
- `ALLOW_FORK_WITHOUT_MAXIMUM_LIMIT`: **true**: Allow fork repositories without maximum number limit
- `ENABLE_SIZE_LIMIT`: **false**: Enable global per repository size
limit defined in `REPO_SIZE_LIMIT` or at the repository itself.
- `REPO_SIZE_LIMIT`: **0**: The global default size limit to apply per repository in bytes when `ENABLE_SIZE_LIMIT` is `true`. Value `0` - no limit. The repository limit set via user interface by admin takes precedence over this value.
- `REPO_SIZE_LIMIT`: **0**: The global default size limit to apply per repository in bytes when `ENABLE_SIZE_LIMIT` is `true`. Value `0` - no limit. The repository limit set via user interface by admin takes precedence over this value. Standard units of measurements can be used with this number like - `B`, `KB`, `KiB`, `MB`, `MiB`, .... , `EB`, `EiB`, ...
### Repository - Editor (`repository.editor`)