1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-06-02 16:50:25 +02:00

use default or path-specific setting for cache replication level

This commit is contained in:
Chris Lu 2021-08-14 15:14:01 -07:00
parent 708debca14
commit ba6923b223

View file

@ -60,7 +60,7 @@ func (fs *FilerServer) DownloadToLocal(ctx context.Context, req *filer_pb.Downlo
}
// detect storage option
so, err := fs.detectStorageOption(req.Directory, "", "000", 0, "", "", "")
so, err := fs.detectStorageOption(req.Directory, "", "", 0, "", "", "")
if err != nil {
return resp, err
}