You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 23, 2022. It is now read-only.
Hello,
is there a way to configure gzip compression level? When using true</gzip with compress goal.
Or at least allow to use the max level (lowest speed).
For instance, the linux gzip command supports 9 levels (9 being the best compression level but slowest compression method).
Thanks.
The text was updated successfully, but these errors were encountered:
Today, there is no way to configure it.
The plugin use java GZIPOutputStream, if you find a way to set the compression (reliable), tell me or made a Pull Request.
Hello,
is there a way to configure gzip compression level? When using true</gzip with compress goal.
Or at least allow to use the max level (lowest speed).
For instance, the linux gzip command supports 9 levels (9 being the best compression level but slowest compression method).
Thanks.
The text was updated successfully, but these errors were encountered: