1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-02 01:15:48 +00:00

fix GCArgs load from ini (#7156) (#7157)

This commit is contained in:
Lunny Xiao 2019-06-08 22:41:44 +08:00 committed by techknowlogick
parent dc73b2748d
commit 873acd884d

View File

@ -20,7 +20,7 @@ var (
MaxGitDiffLines int
MaxGitDiffLineCharacters int
MaxGitDiffFiles int
GCArgs []string `delim:" "`
GCArgs []string `ini:"GC_ARGS" delim:" "`
Timeout struct {
Default int
Migrate int