We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a501a7 commit b7efd52Copy full SHA for b7efd52
internal/ansible/flags/flag.go
@@ -96,7 +96,7 @@ func (f *Flags) AddTo(flagSet *pflag.FlagSet) {
96
// Controller flags.
97
flagSet.DurationVar(&f.ReconcilePeriod,
98
"reconcile-period",
99
- time.Minute,
+ 10*time.Hour,
100
"Default reconcile period for controllers",
101
)
102
flagSet.IntVar(&f.MaxConcurrentReconciles,
0 commit comments