From f6ab7d79f44e6252b148e574f100857e4df08763 Mon Sep 17 00:00:00 2001 From: danli001 <86958145+danli001@users.noreply.github.com> Date: Thu, 1 Jun 2023 15:03:13 +0800 Subject: [PATCH] remove unused const DefaultRetryCount --- v1/goflow.go | 1 - 1 file changed, 1 deletion(-) diff --git a/v1/goflow.go b/v1/goflow.go index 3e1611a..1a99755 100644 --- a/v1/goflow.go +++ b/v1/goflow.go @@ -42,7 +42,6 @@ const ( DefaultWebServerPort = 8080 DefaultReadTimeoutSecond = 120 DefaultWriteTimeoutSecond = 120 - DefaultRetryCount = 2 ) func (fs *FlowService) Execute(flowName string, req *Request) error {