mirror of
https://github.com/photoprism/photoprism.git
synced 2025-09-26 21:01:58 +08:00
AI: Increase vision client timeout
This commit is contained in:
@@ -20,7 +20,7 @@ var (
|
||||
DownloadUrl = ""
|
||||
ServiceUri = ""
|
||||
ServiceKey = ""
|
||||
ServiceTimeout = 5 * time.Minute
|
||||
ServiceTimeout = 10 * time.Minute
|
||||
ServiceMethod = http.MethodPost
|
||||
ServiceFileScheme = scheme.Data
|
||||
ServiceRequestFormat = ApiFormatVision
|
||||
|
Reference in New Issue
Block a user