Skip to content

Commit 85658a4

Browse files
craig[bot]msbutler
andcommitted
Merge #155392
155392: backup: use backup index by default r=kev-cao a=msbutler Let's bake this on master for a little before 26.1 branch cut. Epic: none Release note: none Co-authored-by: Michael Butler <[email protected]>
2 parents c321b39 + 2b5b094 commit 85658a4

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)