askDisks for strict quorum to be equal to read quorum (#14623)

This commit is contained in:
Harshavardhana
2022-03-25 16:29:45 -07:00
committed by GitHub
parent 4d2fc530d0
commit 5cfedcfe33
6 changed files with 34 additions and 31 deletions
+2 -2
View File
@@ -42,7 +42,7 @@ func Benchmark_bucketMetacache_findCache(b *testing.B) {
FilterPrefix: "",
Marker: "",
Limit: 0,
AskDisks: 0,
AskDisks: "strict",
Recursive: false,
Separator: slashSeparator,
Create: true,
@@ -59,7 +59,7 @@ func Benchmark_bucketMetacache_findCache(b *testing.B) {
FilterPrefix: "",
Marker: "",
Limit: 0,
AskDisks: 0,
AskDisks: "strict",
Recursive: false,
Separator: slashSeparator,
Create: true,