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
+2 -1
View File
@@ -943,8 +943,9 @@ LEVEL = Info
;; "false" means no limit will be enforced, even if specified on a repository
;ENABLE_SIZE_LIMIT = false
;
;; Specify a global repository size limit to apply for each repository. 0 - No limit
;; Specify a global repository size limit in bytes to apply for each repository. 0 - No limit
;; If repository has it's own limit set in UI it will override the global setting
;; Standard units of measurements for size can be used like B, KB, KiB, ... , EB, EiB, ...
;REPO_SIZE_LIMIT = 0
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;