mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-12-21 19:10:11 +08:00
rename filechunk is_gzipped to is_compressed
This commit is contained in:
@@ -110,7 +110,7 @@ message FileChunk {
|
||||
FileId fid = 7;
|
||||
FileId source_fid = 8;
|
||||
bytes cipher_key = 9;
|
||||
bool is_gzipped = 10;
|
||||
bool is_compressed = 10;
|
||||
}
|
||||
|
||||
message FileId {
|
||||
|
||||
Reference in New Issue
Block a user