Skip to content

Commit

Permalink
bugfix. decrease maxstep 15 when creating user cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
ktkfree committed Aug 14, 2023
1 parent aa7d7bc commit 12da24d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/domain/stack.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ func (m StackStatus) FromString(s string) StackStatus {
return StackStatus_PENDING
}

const MAX_STEP_CLUSTER_CREATE = 16
const MAX_STEP_CLUSTER_CREATE = 15
const MAX_STEP_CLUSTER_REMOVE = 11
const MAX_STEP_LMA_CREATE_PRIMARY = 42
const MAX_STEP_LMA_CREATE_MEMBER = 27
Expand Down

0 comments on commit 12da24d

Please sign in to comment.