Skip to content

Commit

Permalink
feat: Speedup fzip by just storing
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Boutour <[email protected]>
  • Loading branch information
ViBiOh committed Oct 21, 2024
1 parent 4f06a71 commit df3fce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/crud/list.go
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ func (s Service) addFileToZip(ctx context.Context, zipWriter *zip.Writer, item a
Name: pathname,
UncompressedSize64: uint64(item.Size()),
Modified: item.Date,
Method: zip.Deflate,
Method: zip.Store,
}
header.SetMode(absto.RegularFilePerm)

Expand Down

0 comments on commit df3fce3

Please sign in to comment.