diff --git a/custom/conf/app.example.ini b/custom/conf/app.example.ini index 3ceb53dcd0a..05439b03d09 100644 --- a/custom/conf/app.example.ini +++ b/custom/conf/app.example.ini @@ -977,6 +977,14 @@ ROUTER = console ;; Allow fork repositories without maximum number limit ;ALLOW_FORK_WITHOUT_MAXIMUM_LIMIT = true +; +;; Enable applying a global size limit defined by REPO_SIZE_LIMIT. Each repository can have a value that overrides the global limit +;; "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 +;; If repository has it's own limit set in UI it will override the global setting +;REPO_SIZE_LIMIT = 0 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;