You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: router/pkg/config/config.schema.json
+6
Original file line number
Diff line number
Diff line change
@@ -1162,6 +1162,12 @@
1162
1162
"minimum": "1MB"
1163
1163
},
1164
1164
"description": "The maximum request body size. The size is specified as a string with a number and a unit, e.g. 10KB, 1MB, 1GB. The supported units are 'KB', 'MB', 'GB'."
1165
+
},
1166
+
"max_header_bytes": {
1167
+
"type": "string",
1168
+
"description": "The maximum size of the request headers. Setting this to 0 uses the default value from the http standard lib, which is 1MiB.",
0 commit comments