mirror of https://github.com/minio/minio.git
Changing K and M in data.go to match new datatype in erasure package
This commit is contained in:
parent
33601ff567
commit
be12a6b3d9
|
@ -18,8 +18,8 @@ const (
|
|||
|
||||
type EncoderParams struct {
|
||||
Length int
|
||||
K int
|
||||
M int
|
||||
K uint8
|
||||
M uint8
|
||||
Technique EncoderTechnique
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue