mirror of
https://github.com/open-cluster-management-io/ocm.git
synced 2026-02-14 18:09:57 +00:00
🌱 increase the default work eviction grace period to 60 minutes (#203)
Signed-off-by: Yang Le <yangle@redhat.com>
This commit is contained in:
@@ -53,7 +53,7 @@ func NewWorkloadAgentOptions() *WorkloadAgentOptions {
|
||||
return &WorkloadAgentOptions{
|
||||
AgentOptions: commonoptions.NewAgentOptions(),
|
||||
StatusSyncInterval: 10 * time.Second,
|
||||
AppliedManifestWorkEvictionGracePeriod: 10 * time.Minute,
|
||||
AppliedManifestWorkEvictionGracePeriod: 60 * time.Minute,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user