fix(code): align bridge chunks for base64

This commit is contained in:
Vincent Koc 2026-05-05 01:02:33 -07:00
parent 9d47a19849
commit a014a590ea
No known key found for this signature in database

View File

@ -37,7 +37,7 @@ type codeProxyMessage struct {
Reason string `json:"reason,omitempty"`
}
const maxCodeBridgeBodyChunkBytes = 64 * 1024
const maxCodeBridgeBodyChunkBytes = 63 * 1024
func (a App) webCode(ctx context.Context, args []string) error {
defaults := defaultConfig()