mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-23 10:45:45 +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 (
|
||||
clientTimeout = 10 * time.Second
|
||||
clientTimeout = 30 * time.Second
|
||||
maxIdleConnections = 10
|
||||
idleConnectionTimeout = 30 * time.Second
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user