Skip to content

Commit 2b5b094

Browse files
committed
backup: use backup index by default
Let's bake this on master for a little before 26.1 branch cut. Epic: none Release note: none
1 parent 4cf9616 commit 2b5b094

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/backup/backupdest/backup_index.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ var (
3737
settings.ApplicationLevel,
3838
"backup.index.read.enabled",
3939
"if true, the backup index will be read when reading from a backup collection",
40-
metamorphic.ConstantWithTestBool("backup.index.read.enabled", false),
40+
metamorphic.ConstantWithTestBool("backup.index.read.enabled", true),
4141
)
4242
)
4343

0 commit comments

Comments
 (0)