From c9609d820b6fd4082eecf7904178c361a22de6e9 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Thu, 27 May 2021 12:34:22 -0400 Subject: Vendor in containers/storage v1.32.1 Theoretically this should fix the aweful flake we have been suffering with. Signed-off-by: Daniel J Walsh --- vendor/github.com/klauspost/compress/flate/deflate.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vendor/github.com/klauspost/compress/flate/deflate.go') 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 -- cgit v1.2.3-54-g00ecf