mirror of
https://github.com/go-gitea/gitea.git
synced 2026-09-21 05:24:49 +02:00
Added ENABLE_SIZE_LIMIT config option
This commit is contained in:
committed by
DmitryFrolovTri
parent
1765ea329b
commit
a22b73866a
@@ -164,6 +164,7 @@ type Repository struct {
|
|||||||
TemplateID int64 `xorm:"INDEX"`
|
TemplateID int64 `xorm:"INDEX"`
|
||||||
Size int64 `xorm:"NOT NULL DEFAULT 0"`
|
Size int64 `xorm:"NOT NULL DEFAULT 0"`
|
||||||
SizeLimit int64 `xorm:"NOT NULL DEFAULT 0"`
|
SizeLimit int64 `xorm:"NOT NULL DEFAULT 0"`
|
||||||
|
EnableSizeLimit bool `xorm:"NOT NULL DEFAULT true"`
|
||||||
CodeIndexerStatus *RepoIndexerStatus `xorm:"-"`
|
CodeIndexerStatus *RepoIndexerStatus `xorm:"-"`
|
||||||
StatsIndexerStatus *RepoIndexerStatus `xorm:"-"`
|
StatsIndexerStatus *RepoIndexerStatus `xorm:"-"`
|
||||||
IsFsckEnabled bool `xorm:"NOT NULL DEFAULT true"`
|
IsFsckEnabled bool `xorm:"NOT NULL DEFAULT true"`
|
||||||
|
|||||||
Reference in New Issue
Block a user