Skip to content

Commit

Permalink
IWF-129: Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lwolczynski committed Oct 17, 2024
1 parent 4370c48 commit fcaf759
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,7 @@ type (
)

var DefaultWorkflowConfig = &iwfidl.WorkflowConfig{
ContinueAsNewThreshold: iwfidl.PtrInt32(100),
DisableSystemSearchAttribute: iwfidl.PtrBool(true),
ExecutingStateIdMode: iwfidl.PtrString("ENABLED_FOR_STATES_WITH_WAIT_UNTIL"),
ContinueAsNewThreshold: iwfidl.PtrInt32(100),
}

// NewConfig returns a new decoded Config struct
Expand Down

0 comments on commit fcaf759

Please sign in to comment.