0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-06-12 02:54:13 +02:00

Modified app.example.ini with REPO_SIZE_LIMIT and ENABLE_SIZE_LIMIT options in the repository section

This commit is contained in:
DmitryFrolovTri 2023-05-15 19:35:43 +00:00
parent 2a1abe5006
commit 3d0004a0c4

View File

@ -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
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;