mirror of
https://github.com/traefik/traefik.git
synced 2025-09-25 15:51:15 +02:00
Increase the timeout on plugin download
This commit is contained in:
parent
52e6ce95cf
commit
81a5b1b4c8
@ -78,7 +78,7 @@ func NewClient(opts ClientOptions) (*Client, error) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
return &Client{
|
return &Client{
|
||||||
HTTPClient: &http.Client{Timeout: 5 * time.Second},
|
HTTPClient: &http.Client{Timeout: 10 * time.Second},
|
||||||
baseURL: baseURL,
|
baseURL: baseURL,
|
||||||
|
|
||||||
archives: archivesPath,
|
archives: archivesPath,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user