refactor to remove ENABLE_SIZE_LIMIT option and replace it with -1 in the config.

This commit is contained in:
DmitryFrolovTri
2025-12-18 19:06:11 +00:00
parent 4ef0f996b3
commit 624fe24693
14 changed files with 123 additions and 88 deletions
-1
View File
@@ -22,7 +22,6 @@ import (
type UpdateGlobalRepoFrom struct {
RepoSizeLimit string
LFSSizeLimit string
EnableSizeLimit bool
LFSSizeInRepoSize bool
}