mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-10-22 03:08:51 +08:00
add is_file_chunks to filer.proto
This commit is contained in:
@@ -115,6 +115,7 @@ message FileChunk {
|
||||
FileId source_fid = 8;
|
||||
bytes cipher_key = 9;
|
||||
bool is_compressed = 10;
|
||||
bool is_file_chunks = 11; // content is a list of FileChunks
|
||||
}
|
||||
|
||||
message FileId {
|
||||
|
Reference in New Issue
Block a user