increase request size limits (#1083)

This commit is contained in:
slothful-vassal
2026-06-30 20:24:27 +02:00
committed by GitHub
parent 3b8f00fd26
commit 10dabd781d
5 changed files with 10 additions and 6 deletions

View File

@@ -81,7 +81,7 @@
]
},
"downloads": {
"maxBytes": 1048576,
"maxBytes": 16777216,
"contentTypes": [
"application/json"
]