mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-11-24 02:59:13 +08:00
fix compilation problem
This commit is contained in:
parent
ac48c899e8
commit
11b33c0760
@ -12,7 +12,7 @@ type OffsetHigher struct {
|
||||
|
||||
const (
|
||||
OffsetSize = 4
|
||||
MaxPossibleVolumeSize = 4 * 1024 * 1024 * 1024 * 8 // 32GB
|
||||
MaxPossibleVolumeSize uint64 = 4 * 1024 * 1024 * 1024 * 8 // 32GB
|
||||
)
|
||||
|
||||
func OffsetToBytes(bytes []byte, offset Offset) {
|
||||
|
Loading…
Reference in New Issue
Block a user