fix(code): align bridge chunks for base64
This commit is contained in:
parent
9d47a19849
commit
a014a590ea
@ -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()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user