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 {
|
type EncoderParams struct {
|
||||||
Length int
|
Length int
|
||||||
K int
|
K uint8
|
||||||
M int
|
M uint8
|
||||||
Technique EncoderTechnique
|
Technique EncoderTechnique
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue