mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-19 05:19:23 +08:00
volume: checksum remove the hashing step in Value()
This commit is contained in:
@@ -27,13 +27,14 @@ const (
|
||||
)
|
||||
|
||||
type ReadOption struct {
|
||||
// request
|
||||
ReadDeleted bool
|
||||
AttemptMetaOnly bool
|
||||
MustMetaOnly bool
|
||||
IsMetaOnly bool // read status
|
||||
ChecksumValue uint32 // read status
|
||||
VolumeRevision uint16
|
||||
IsOutOfRange bool // whether need to read over MaxPossibleVolumeSize
|
||||
// response
|
||||
IsMetaOnly bool // read status
|
||||
VolumeRevision uint16
|
||||
IsOutOfRange bool // whether read over MaxPossibleVolumeSize
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user