Skip to content

Commit

Permalink
nicer limits
Browse files Browse the repository at this point in the history
  • Loading branch information
iskakaushik committed Feb 29, 2024
1 parent 5fba427 commit 8692677
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flow/workflows/cdc_flow.go
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ func GetChildWorkflowID(
type CDCFlowWorkflowResult = CDCFlowWorkflowState

const (
maxSyncsPerCdcFlow = 60
maxSyncsPerCdcFlow = 32
)

func (w *CDCFlowWorkflowExecution) processCDCFlowConfigUpdate(ctx workflow.Context,
Expand Down
2 changes: 1 addition & 1 deletion flow/workflows/sync_flow.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
)

const (
maxSyncsPerSyncFlow = 36
maxSyncsPerSyncFlow = 64
)

func SyncFlowWorkflow(
Expand Down

0 comments on commit 8692677

Please sign in to comment.