mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-10-21 13:57:24 +08:00
rename filechunk is_gzipped to is_compressed
This commit is contained in:
@@ -53,7 +53,7 @@ func (fs *FilerSink) replicateOneChunk(sourceChunk *filer_pb.FileChunk, dir stri
|
||||
ETag: sourceChunk.ETag,
|
||||
SourceFileId: sourceChunk.GetFileIdString(),
|
||||
CipherKey: sourceChunk.CipherKey,
|
||||
IsGzipped: sourceChunk.IsGzipped,
|
||||
IsCompressed: sourceChunk.IsCompressed,
|
||||
}, nil
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user