Merge branch v2.9 into master

This commit is contained in:
Fernandez Ludovic 2022-11-23 08:51:49 +01:00 committed by kevinpollet
commit ba1ca68977
No known key found for this signature in database
GPG key ID: 0C9A5DDD1B292453
14 changed files with 261 additions and 300 deletions

View file

@ -78,7 +78,7 @@ func NewClient(opts ClientOptions) (*Client, error) {
}
return &Client{
HTTPClient: &http.Client{Timeout: 5 * time.Second},
HTTPClient: &http.Client{Timeout: 10 * time.Second},
baseURL: baseURL,
archives: archivesPath,