Skip to content

Commit 8dbba2c

Browse files
committed
[core] Double max inbound ODC message size to 32MB
1 parent b65b93c commit 8dbba2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/integration/odc/plugin.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ const (
6464
ODC_PADDING_TIMEOUT = 3 * time.Second
6565
ODC_STATUS_TIMEOUT = 3 * time.Second
6666
ODC_POLLING_INTERVAL = 3 * time.Second
67-
ODC_MAX_INBOUND_MESSAGE_SIZE = 16 * 1024 * 1024 // 16 MiB
67+
ODC_MAX_INBOUND_MESSAGE_SIZE = 32 * 1024 * 1024 // 16 MiB
6868
)
6969

7070
type Plugin struct {

0 commit comments

Comments
 (0)