Skip to content

Commit 84fdb98

Browse files
craig[bot]kev-cao
andcommitted
Merge #158880
158880: backup: disable reading from backup index by default r=dt a=kev-cao Epic: CRDB-57536 Release note: None Co-authored-by: Kevin Cao <39608887+kev-cao@users.noreply.github.com>
2 parents 8234032 + 9f9084c commit 84fdb98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/backup/backupinfo/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", true),
40+
metamorphic.ConstantWithTestBool("backup.index.read.enabled", false),
4141
)
4242
)
4343

0 commit comments

Comments
 (0)