mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Revert "use default or path-specific setting for cache replication level"
This reverts commit ba6923b223
.
This commit is contained in:
parent
ba6923b223
commit
9921801e0c
|
@ -60,7 +60,7 @@ func (fs *FilerServer) DownloadToLocal(ctx context.Context, req *filer_pb.Downlo
|
|||
}
|
||||
|
||||
// detect storage option
|
||||
so, err := fs.detectStorageOption(req.Directory, "", "", 0, "", "", "")
|
||||
so, err := fs.detectStorageOption(req.Directory, "", "000", 0, "", "", "")
|
||||
if err != nil {
|
||||
return resp, err
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue