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