liuxiulin 2 years ago
parent
commit
515faa992e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      services/apiprovider/actions.go

+ 1 - 1
services/apiprovider/actions.go

@@ -42,7 +42,7 @@ var (
 )
 
 const (
-	defaultTimeOut = 3 // seconds
+	defaultTimeOut = 0 // seconds
 )
 
 func renderError(code int, err error) Common {