Skip to content

Commit 172aa80

Browse files
committed
minor fix
Signed-off-by: Zhiying Lin <[email protected]>
1 parent 32d912e commit 172aa80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/hubagent/options/options.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,6 @@ func (o *Options) AddFlags(flags *flag.FlagSet) {
178178
flags.BoolVar(&o.DenyModifyMemberClusterLabels, "deny-modify-member-cluster-labels", false, "If set, users not in the system:masters cannot modify member cluster labels.")
179179
flags.DurationVar(&o.ResourceSnapshotCreationMinimumInterval, "resource-snapshot-creation-minimum-interval", 30*time.Second, "The minimum interval at which resource snapshots could be created.")
180180
flags.DurationVar(&o.ResourceChangesCollectionDuration, "resource-changes-collection-duration", 15*time.Second,
181-
"The duration for collecting resource changes into one snapshot. The default is 30 seconds, which means that the controller will collect resource changes for 30 seconds before creating a resource snapshot.")
181+
"The duration for collecting resource changes into one snapshot. The default is 15 seconds, which means that the controller will collect resource changes for 15 seconds before creating a resource snapshot.")
182182
o.RateLimiterOpts.AddFlags(flags)
183183
}

0 commit comments

Comments
 (0)