mirror of
https://github.com/minio/minio.git
synced 2025-04-21 02:54:24 -04:00
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…
x
Reference in New Issue
Block a user