Skip to content

Commit

Permalink
pkg/setting: fix '[git] GC_ARGS' is not loaded
Browse files Browse the repository at this point in the history
  • Loading branch information
unknwon committed Jun 3, 2018
1 parent e25fe22 commit 0376e59
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gogs.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
"github.com/gogs/gogs/pkg/setting"
)

const APP_VER = "0.11.51.0602"
const APP_VER = "0.11.52.0603"

func init() {
setting.AppVer = APP_VER
Expand Down
2 changes: 1 addition & 1 deletion pkg/setting/setting.go
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ var (
MaxGitDiffLines int
MaxGitDiffLineCharacters int
MaxGitDiffFiles int
GCArgs []string `delim:" "`
GCArgs []string `ini:"GC_ARGS" delim:" "`
Timeout struct {
Migrate int
Mirror int
Expand Down
2 changes: 1 addition & 1 deletion templates/.VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.11.51.0602
0.11.52.0603

0 comments on commit 0376e59

Please sign in to comment.