Commit 0d455de
authored
use BestCompression level for gzip writer
In the context of vfsgen, it should be a favorable trade-off to spend
more time and effort when performing file compression, if it can lead
to file sizes being reduced further.
The previous choice of compression level (DefaultCompression)
was inherited from this project's go-bindata lineage.
Fixes #85.
GitHub-Pull-Request: #861 parent 92b8a71 commit 0d455de
3 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
173 | | - | |
| 173 | + | |
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
| 117 | + | |
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments