Skip to content

Commit

Permalink
fix GCArgs load from ini (#7156) (#7157)
Browse files Browse the repository at this point in the history
  • Loading branch information
lunny authored and techknowlogick committed Jun 8, 2019
1 parent dc73b27 commit 873acd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/setting/git.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 873acd8

Please sign in to comment.