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
1 changed files with 1 additions and 1 deletions

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