diff --git a/changelogs/unreleased/7294-ywk253100 b/changelogs/unreleased/7294-ywk253100 new file mode 100644 index 000000000..a12df3439 --- /dev/null +++ b/changelogs/unreleased/7294-ywk253100 @@ -0,0 +1 @@ +Make "disable-informer-cache" option false(enabled) by default to keep it consistent with the help message \ No newline at end of file diff --git a/pkg/cmd/cli/install/install.go b/pkg/cmd/cli/install/install.go index 5d2ccd28a..1c6772887 100644 --- a/pkg/cmd/cli/install/install.go +++ b/pkg/cmd/cli/install/install.go @@ -155,7 +155,7 @@ func NewInstallOptions() *Options { DefaultVolumesToFsBackup: false, UploaderType: uploader.KopiaType, DefaultSnapshotMoveData: false, - DisableInformerCache: true, + DisableInformerCache: false, ScheduleSkipImmediately: false, } }