mirror of
https://github.com/go-gitea/gitea
synced 2024-12-25 06:34:50 +01:00
fix GCArgs load from ini (#7156)
This commit is contained in:
parent
ca58eee6bf
commit
6fb31a5461
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue