AI: Increase vision client timeout

This commit is contained in:
graciousgrey
2025-09-09 10:56:03 +02:00
parent ea5dd3c002
commit 5ee5974188

View File

@@ -20,7 +20,7 @@ var (
DownloadUrl = ""
ServiceUri = ""
ServiceKey = ""
ServiceTimeout = 5 * time.Minute
ServiceTimeout = 10 * time.Minute
ServiceMethod = http.MethodPost
ServiceFileScheme = scheme.Data
ServiceRequestFormat = ApiFormatVision