There was an error while loading. Please reload this page.
1 parent e7db7ef commit 2420830Copy full SHA for 2420830
1 file changed
internal/ai/vision/config.go
@@ -16,7 +16,7 @@ var (
16
DownloadUrl = ""
17
ServiceUri = ""
18
ServiceKey = ""
19
- ServiceTimeout = time.Minute
+ ServiceTimeout = 10 * time.Minute
20
ServiceMethod = http.MethodPost
21
ServiceFileScheme = scheme.Data
22
ServiceRequestFormat = ApiFormatVision
0 commit comments