mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-10-22 05:27:23 +08:00
use default or path-specific setting for cache replication level
This commit is contained in:
@@ -60,7 +60,7 @@ func (fs *FilerServer) DownloadToLocal(ctx context.Context, req *filer_pb.Downlo
|
|||||||
}
|
}
|
||||||
|
|
||||||
// detect storage option
|
// detect storage option
|
||||||
so, err := fs.detectStorageOption(req.Directory, "", "000", 0, "", "", "")
|
so, err := fs.detectStorageOption(req.Directory, "", "", 0, "", "", "")
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return resp, err
|
return resp, err
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user