mirror of
https://github.com/goharbor/harbor.git
synced 2024-12-19 15:17:43 +01:00
Merge pull request #12586 from ninjadq/extending_chart_client_timeout
Enhance: Prolong the timeout of chartclient
This commit is contained in:
commit
0bd321edf7
@ -15,7 +15,7 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
clientTimeout = 10 * time.Second
|
||||
clientTimeout = 30 * time.Second
|
||||
maxIdleConnections = 10
|
||||
idleConnectionTimeout = 30 * time.Second
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user