Skip to content

Commit

Permalink
Increase user-agent limit to 16k while we explore this idea
Browse files Browse the repository at this point in the history
  • Loading branch information
hh committed Jul 16, 2018
1 parent a2d4c4a commit dd45a62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion staging/src/k8s.io/apiserver/pkg/audit/request.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ import (
)

const (
maxUserAgentLength = 1024
maxUserAgentLength = 16384
userAgentTruncateSuffix = "...TRUNCATED"
)

Expand Down

0 comments on commit dd45a62

Please sign in to comment.