Browse Source

align memory for atomic read/write

pull/3475/head
chrislu 2 years ago
parent
commit
8b3429858d
  1. 4
      weed/mount/weedfs.go

4
weed/mount/weedfs.go

@ -27,9 +27,9 @@ import (
)
type Option struct {
MountDirectory string
filerIndex int32 // align memory for atomic read/write
FilerAddresses []pb.ServerAddress
filerIndex int32
MountDirectory string
GrpcDialOption grpc.DialOption
FilerMountRootPath string
Collection string

Loading…
Cancel
Save