mirror of
https://github.com/Dvorinka/MyClubServer.git
synced 2026-07-29 13:13:47 +00:00
fix
This commit is contained in:
@@ -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
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user