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 4cf9616 commit 2b5b094Copy full SHA for 2b5b094
pkg/backup/backupdest/backup_index.go
@@ -37,7 +37,7 @@ var (
37
settings.ApplicationLevel,
38
"backup.index.read.enabled",
39
"if true, the backup index will be read when reading from a backup collection",
40
- metamorphic.ConstantWithTestBool("backup.index.read.enabled", false),
+ metamorphic.ConstantWithTestBool("backup.index.read.enabled", true),
41
)
42
43
0 commit comments