mirror of
https://github.com/retailcrm/api-client-go.git
synced 2024-11-21 20:36:03 +03:00
commit
6d9a068d65
@ -20,7 +20,7 @@ func New(url string, key string) *Client {
|
|||||||
return &Client{
|
return &Client{
|
||||||
URL: url,
|
URL: url,
|
||||||
Key: key,
|
Key: key,
|
||||||
httpClient: &http.Client{Timeout: 20 * time.Second},
|
httpClient: &http.Client{Timeout: time.Minute},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user