Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
ewdurbin committed Jun 18, 2024
1 parent 51e64ec commit f6262e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/go-camo/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ func (cli *CLI) Run() {
config.MaxSize = cli.MaxSize * 1024
config.RequestTimeout = cli.ReqTimeout
config.MaxRedirects = cli.MaxRedirects
config.MaxSizeRedirect = opts.MaxSizeRedirect
config.MaxSizeRedirect = cli.MaxSizeRedirect
config.ServerName = ServerName

// configure metrics collection in camo
Expand Down

0 comments on commit f6262e3

Please sign in to comment.