mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-08-15 11:46:06 +00:00
Merge pull request #7311 from ywk253100/240112_qps
Increase the k8s client QPS/burst
This commit is contained in:
@@ -0,0 +1 @@
|
||||
Increase the k8s client QPS/burst to avoid throttling request errors
|
||||
@@ -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