aboutsummaryrefslogtreecommitdiff
path: root/weed/pb/filer.proto
diff options
context:
space:
mode:
Diffstat (limited to 'weed/pb/filer.proto')
-rw-r--r--weed/pb/filer.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/pb/filer.proto b/weed/pb/filer.proto
index d3a5ea3a5..9f55b23f3 100644
--- a/weed/pb/filer.proto
+++ b/weed/pb/filer.proto
@@ -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 {