mirror of
https://github.com/minio/minio.git
synced 2025-11-07 12:52:58 -05:00
Changing K and M in data.go to match new datatype in erasure package
This commit is contained in:
@@ -18,8 +18,8 @@ const (
|
||||
|
||||
type EncoderParams struct {
|
||||
Length int
|
||||
K int
|
||||
M int
|
||||
K uint8
|
||||
M uint8
|
||||
Technique EncoderTechnique
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user