mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-01-07 13:55:20 +00:00
Increase the k8s client QPS/burst
Increase the k8s client QPS/burst to avoid throttling request errors Fixes #7127 Fixes #3191 Signed-off-by: Wenkai Yin(尹文开) <yinw@vmware.com>
This commit is contained in:
@@ -88,8 +88,8 @@ const (
|
||||
defaultResourceTerminatingTimeout = 10 * time.Minute
|
||||
|
||||
// server's client default qps and burst
|
||||
defaultClientQPS float32 = 20.0
|
||||
defaultClientBurst int = 30
|
||||
defaultClientQPS float32 = 100.0
|
||||
defaultClientBurst int = 100
|
||||
defaultClientPageSize int = 500
|
||||
|
||||
defaultProfilerAddress = "localhost:6060"
|
||||
|
||||
Reference in New Issue
Block a user