Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion backend/src/common/util/consts.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const (
LabelKeyScheduledWorkflowStatus = constants.FullName + "/status"

// The maximum byte sizes of the parameter column in package/pipeline DB.
MaxParameterBytes = 10000
MaxParameterBytes = 20000

// LabelKeyWorkflowEpoch is a label on a Workflow.
// It captures the epoch at which the workflow was scheduled.
Expand Down
Loading