Merge pull request #7294 from ywk253100/240109_informer_cache

Make "disable-informer-cache" option false(enabled) by default to keep it consistent with the help message
This commit is contained in:
Daniel Jiang
2024-01-10 10:57:21 +08:00
committed by GitHub
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -0,0 +1 @@
Make "disable-informer-cache" option false(enabled) by default to keep it consistent with the help message
+1 -1
View File
@@ -155,7 +155,7 @@ func NewInstallOptions() *Options {
DefaultVolumesToFsBackup: false,
UploaderType: uploader.KopiaType,
DefaultSnapshotMoveData: false,
DisableInformerCache: true,
DisableInformerCache: false,
ScheduleSkipImmediately: false,
}
}