Skip to content

Commit

Permalink
fix GCArgs load from ini (go-gitea#7156)
Browse files Browse the repository at this point in the history
  • Loading branch information
lunny authored and jeffliu27 committed Jul 18, 2019
1 parent f38b710 commit afd4477
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:" "`
EnableAutoGitWireProtocol bool
Timeout struct {
Default int
Expand Down

0 comments on commit afd4477

Please sign in to comment.