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
fix(gateway): size the filesystem body limit for JSON-escaped content
A 10 MiB string of control characters serializes to roughly 60 MiB, since JSON
emits six bytes per character, so the previous 16 MiB ceiling still rejected a
legal write before the service could apply its own limit.
0 commit comments