Skip to content

Commit 3d2b3ff

Browse files
feiyuzhangdroctothorpe
authored andcommitted
feat(backend): double input size limit. Fixes #2286, fixes #4828, fixes #12510.
Signed-off-by: feiyuzhang <[email protected]>
1 parent 601a248 commit 3d2b3ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/src/common/util/consts.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const (
2525
LabelKeyScheduledWorkflowStatus = constants.FullName + "/status"
2626

2727
// The maximum byte sizes of the parameter column in package/pipeline DB.
28-
MaxParameterBytes = 10000
28+
MaxParameterBytes = 20000
2929

3030
// LabelKeyWorkflowEpoch is a label on a Workflow.
3131
// It captures the epoch at which the workflow was scheduled.

0 commit comments

Comments
 (0)