mirror of
https://github.com/open-cluster-management-io/ocm.git
synced 2026-05-17 22:58:53 +00:00
Reduce default sync interval to 10s (#167)
Signed-off-by: Jian Qiu <jqiu@redhat.com> Signed-off-by: Jian Qiu <jqiu@redhat.com>
This commit is contained in:
@@ -42,7 +42,7 @@ func NewWorkloadAgentOptions() *WorkloadAgentOptions {
|
||||
return &WorkloadAgentOptions{
|
||||
QPS: 50,
|
||||
Burst: 100,
|
||||
StatusSyncInterval: 30 * time.Second,
|
||||
StatusSyncInterval: 10 * time.Second,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user