summaryrefslogtreecommitdiff
path: root/vendor/github.com/klauspost/compress/flate/deflate.go
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-05-27 20:43:06 +0200
committerGitHub <noreply@github.com>2021-05-27 20:43:06 +0200
commit3223cb56dd1cbac1461d03eed6e0597540a89d0a (patch)
tree73815d53ce4fb66592af7e107ed0c187db681eb1 /vendor/github.com/klauspost/compress/flate/deflate.go
parent4f4a440afd521913745c314f2bebd0da45d9668e (diff)
parentc9609d820b6fd4082eecf7904178c361a22de6e9 (diff)
downloadpodman-3223cb56dd1cbac1461d03eed6e0597540a89d0a.tar.gz
podman-3223cb56dd1cbac1461d03eed6e0597540a89d0a.tar.bz2
podman-3223cb56dd1cbac1461d03eed6e0597540a89d0a.zip
Merge pull request #10490 from rhatdan/VENDOR
Vendor in containers/storage v1.32.1
Diffstat (limited to 'vendor/github.com/klauspost/compress/flate/deflate.go')
-rw-r--r--vendor/github.com/klauspost/compress/flate/deflate.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/klauspost/compress/flate/deflate.go b/vendor/github.com/klauspost/compress/flate/deflate.go
index 40b5802de..5283ac5a5 100644
--- a/vendor/github.com/klauspost/compress/flate/deflate.go
+++ b/vendor/github.com/klauspost/compress/flate/deflate.go
@@ -644,7 +644,7 @@ func (d *compressor) init(w io.Writer, level int) (err error) {
d.fill = (*compressor).fillBlock
d.step = (*compressor).store
case level == ConstantCompression:
- d.w.logNewTablePenalty = 8
+ d.w.logNewTablePenalty = 10
d.window = make([]byte, 32<<10)
d.fill = (*compressor).fillBlock
d.step = (*compressor).storeHuff