This commit is contained in:
Tomas Dvorak
2026-03-20 16:57:40 +01:00
parent e09633d2f0
commit 3ce2650952
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ func NewFACRService(baseURL string) *FACRService {
return &FACRService{
baseURL: strings.TrimSuffix(baseURL, "/"),
httpClient: &http.Client{
Timeout: 30 * time.Second,
Timeout: 15 * time.Minute, // FAČR API can be very slow
},
}
}