Merge "libsnapshot: set header max_compression" into main
This commit is contained in:
commit
13cb6f7b4b
1 changed files with 1 additions and 0 deletions
|
|
@ -110,6 +110,7 @@ void CowWriterV3::SetupHeaders() {
|
|||
header_.op_count = 0;
|
||||
header_.op_count_max = 0;
|
||||
header_.compression_algorithm = kCowCompressNone;
|
||||
header_.max_compression_size = options_.compression_factor;
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue