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:
DQ 2020-07-27 12:06:24 +08:00
parent 3445608e62
commit 7bf8a2d044
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ import (
)
const (
clientTimeout = 10 * time.Second
clientTimeout = 30 * time.Second
maxIdleConnections = 10
idleConnectionTimeout = 30 * time.Second
)