Skip to content

Commit

Permalink
change br level to 4
Browse files Browse the repository at this point in the history
  • Loading branch information
acoshift committed Jul 12, 2023
1 parent 111a4b8 commit a84f69b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/parapet-ingress-controller/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ func main() {
m.Use(state.Middleware())
m.Use(metric.Requests())
m.Use(compress.Gzip())
m.Use(compress.BrWithQuality(5))
m.Use(compress.BrWithQuality(4))
m.Use(ctrl)

var trustProxy parapet.Conditional
Expand Down

0 comments on commit a84f69b

Please sign in to comment.