Skip to content

Commit dd45a62

Browse files
committed
Increase user-agent limit to 16k while we explore this idea
1 parent a2d4c4a commit dd45a62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

staging/src/k8s.io/apiserver/pkg/audit/request.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ import (
3838
)
3939

4040
const (
41-
maxUserAgentLength = 1024
41+
maxUserAgentLength = 16384
4242
userAgentTruncateSuffix = "...TRUNCATED"
4343
)
4444

0 commit comments

Comments
 (0)