mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-01-06 13:26:26 +00:00
Adjust restic timeout and pod values up (#2696)
* Adjust restic timeout and pod values up Signed-off-by: Nolan Brubaker <brubakern@vmware.com>
This commit is contained in:
@@ -84,7 +84,7 @@ const (
|
||||
defaultMetricsAddress = ":8085"
|
||||
|
||||
defaultBackupSyncPeriod = time.Minute
|
||||
defaultPodVolumeOperationTimeout = 60 * time.Minute
|
||||
defaultPodVolumeOperationTimeout = 240 * time.Minute
|
||||
defaultResourceTerminatingTimeout = 10 * time.Minute
|
||||
|
||||
// server's client default qps and burst
|
||||
|
||||
Reference in New Issue
Block a user