Skip to content

Commit

Permalink
Merge pull request vmware-tanzu#7294 from ywk253100/240109_informer_c…
Browse files Browse the repository at this point in the history
…ache

Make "disable-informer-cache" option false(enabled) by default to keep it consistent with the help message
  • Loading branch information
reasonerjt authored Jan 10, 2024
2 parents e65ef28 + 9a1be6f commit 3b82395
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelogs/unreleased/7294-ywk253100
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Make "disable-informer-cache" option false(enabled) by default to keep it consistent with the help message
2 changes: 1 addition & 1 deletion pkg/cmd/cli/install/install.go
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ func NewInstallOptions() *Options {
DefaultVolumesToFsBackup: false,
UploaderType: uploader.KopiaType,
DefaultSnapshotMoveData: false,
DisableInformerCache: true,
DisableInformerCache: false,
ScheduleSkipImmediately: false,
}
}
Expand Down

0 comments on commit 3b82395

Please sign in to comment.