mirror of
https://github.com/minio/minio.git
synced 2024-12-23 21:55:53 -05:00
Increasing parity from 5 to 6
This commit is contained in:
parent
07e1199ae1
commit
30687a8c66
@ -23,7 +23,7 @@ func main() {
|
||||
},
|
||||
cli.StringFlag{
|
||||
Name: "protection-level",
|
||||
Value: "10,5",
|
||||
Value: "10,6",
|
||||
Usage: "data,parity",
|
||||
},
|
||||
},
|
||||
@ -40,7 +40,7 @@ func main() {
|
||||
},
|
||||
cli.StringFlag{
|
||||
Name: "protection-level",
|
||||
Value: "10,5",
|
||||
Value: "10,6",
|
||||
Usage: "data,parity",
|
||||
},
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user