fix GCArgs load from ini (#7156)
parent
ca58eee6bf
commit
6fb31a5461
|
@ -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 New Issue