liuxiulin 2 năm trước cách đây
mục cha
commit
515faa992e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 {