mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-23 18:43:40 +08:00
Add InMemory to Volume Grow structure
This commit is contained in:
@@ -35,7 +35,7 @@ func (vs *VolumeServer) AllocateVolume(ctx context.Context, req *volume_server_p
|
||||
req.Replication,
|
||||
req.Ttl,
|
||||
req.Preallocate,
|
||||
req.GetInMemory(),
|
||||
req.InMemory,
|
||||
)
|
||||
|
||||
if err != nil {
|
||||
|
Reference in New Issue
Block a user