mirror of
https://github.com/go-gitea/gitea.git
synced 2026-08-04 10:52:46 +02:00
The size unit of measurements should be mentioned in the config and documentation file
This commit is contained in:
@@ -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`)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user