mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-23 18:55:18 +01:00
Enhance: Prolong the timeout of chartclient
In some perspectives to reduce the too many charts performence issue Signed-off-by: DQ <dengq@vmware.com>
This commit is contained in:
parent
7cca4315fa
commit
79b73f094c
@ -14,7 +14,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
clientTimeout = 10 * time.Second
|
clientTimeout = 30 * time.Second
|
||||||
maxIdleConnections = 10
|
maxIdleConnections = 10
|
||||||
idleConnectionTimeout = 30 * time.Second
|
idleConnectionTimeout = 30 * time.Second
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user