Skip to content

Commit

Permalink
remove unused const DefaultRetryCount
Browse files Browse the repository at this point in the history
  • Loading branch information
danli001 authored and s8sg committed Jun 20, 2023
1 parent f01b24a commit f6ab7d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion v1/goflow.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ const (
DefaultWebServerPort = 8080
DefaultReadTimeoutSecond = 120
DefaultWriteTimeoutSecond = 120
DefaultRetryCount = 2
)

func (fs *FlowService) Execute(flowName string, req *Request) error {
Expand Down

0 comments on commit f6ab7d7

Please sign in to comment.