Update default gzip level
This commit is contained in:
parent
d13fdf01f6
commit
b26ebb0050
1 changed files with 1 additions and 1 deletions
|
@ -736,7 +736,7 @@ func NewDefault() Configuration {
|
||||||
HSTSMaxAge: hstsMaxAge,
|
HSTSMaxAge: hstsMaxAge,
|
||||||
HSTSPreload: false,
|
HSTSPreload: false,
|
||||||
IgnoreInvalidHeaders: true,
|
IgnoreInvalidHeaders: true,
|
||||||
GzipLevel: 5,
|
GzipLevel: 1,
|
||||||
GzipMinLength: 256,
|
GzipMinLength: 256,
|
||||||
GzipTypes: gzipTypes,
|
GzipTypes: gzipTypes,
|
||||||
KeepAlive: 75,
|
KeepAlive: 75,
|
||||||
|
|
Loading…
Reference in a new issue