Merge pull request #12586 from ninjadq/extending_chart_client_timeout

Enhance: Prolong the timeout of chartclient
This commit is contained in:
Steven Zou 2020-07-27 16:05:29 +08:00 committed by GitHub
commit 0bd321edf7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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