Skip to content

Commit

Permalink
roll more files to avoid replace old logs, temporarily fix #542
Browse files Browse the repository at this point in the history
  • Loading branch information
yangzhe1991 committed Nov 30, 2015
1 parent 373b849 commit 4a332ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/proxy/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ func main() {
configFile = args["-c"].(string)
}

var maxFileFrag = 10
var maxFileFrag = 10000000
var maxFragSize int64 = bytesize.GB * 1
if s, ok := args["--log-filesize"].(string); ok && s != "" {
v, err := bytesize.Parse(s)
Expand Down

0 comments on commit 4a332ef

Please sign in to comment.