Make "disable-informer-cache" option false(enabled) by default to keep it consistent with the help message

Make "disable-informer-cache" option false(enabled) by default to keep it consi
stent with the help message

Fixes #7264

Signed-off-by: Wenkai Yin(尹文开) <yinw@vmware.com>
This commit is contained in:
Wenkai Yin(尹文开)
2024-01-18 13:20:33 +08:00
parent 50a12217e4
commit 1cc6f74341
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
@@ -151,7 +151,7 @@ func NewInstallOptions() *Options {
DefaultVolumesToFsBackup: false,
UploaderType: uploader.KopiaType,
DefaultSnapshotMoveData: false,
DisableInformerCache: true,
DisableInformerCache: false,
}
}